Loading Tool

Explorer IconExplorer

Memory Pool

39,201 transactions
27.15 vMB
0.07229773 BTC
Random Selection Loading Transactions
Max Size: 139.59/200 MB

Candidate Block

Mining Attempt 291d55ab5cc683a6440c91b5d7d1710e4dc354572ca08569a49086e640e1ccbc
Version 20000000
Previous Block 0000000000000000000117e35ba6b6f76113adff270db22d62cb0c4cdeb553ac
Merkle Root 2cee9e59e015f9b8b025f8a42982b8ff9d4bfb9108444b41225f91dd5be71ba9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,333
Size: 1.00 vMB
Total Fees: 0.01972096 BTC
Feerates: 100.53 > 1.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,303 (787,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,618 126,618 0000000000002b35fe6300379cfaae85a2b07a83dc763e16e76bce547b710c89 19 0.01/1.00 vMB 741
126,617 126,617 00000000000016b1c8d48596d8ccddb2b59888bcbaa8ea928e0cc192d23b8211 10 0.00/1.00 vMB 431
126,616 126,616 0000000000003f37cddedb752f3cc09ac9c46f40d45bfaf76884719ab33af5e0 7 0.01/1.00 vMB 938
126,615 126,615 0000000000003424868a90f4e9bac91b4592051a9d78718c67162049cca1d4b0 27 0.02/1.00 vMB 861
126,614 126,614 0000000000002b93ba7f13054cd1fef44513376f9a6d2890388c98e0c59ca1b4 13 0.00/1.00 vMB 900
126,613 126,613 00000000000017f9b13133482e5fa0747375e5ba729f4a8eac0cc66d5bfa4c38 19 0.01/1.00 vMB 1,233
126,612 126,612 0000000000001e8b0416744d3cf4e985e58b3ef9068978d1bebbb368dd25e094 3 0.00/1.00 vMB 0
126,611 126,611 0000000000001c18d7a17c877157a384a565d162b6439da9bd946d4a4c0a72ad 6 0.01/1.00 vMB 378
126,610 126,610 0000000000003229aa8412143324631edce8c843abe68ffe54fe91b1d4c9689c 3 0.00/1.00 vMB 2,030
126,609 126,609 00000000000010444c1fd26dec699f1fed8685626215a64595ec57fe096969aa 69 0.02/1.00 vMB 451
126,608 126,608 00000000000034d99cbe2abba4addb88234fbe34a8ba9e6e916c1f06b46a9f1e 6 0.00/1.00 vMB 16
126,607 126,607 0000000000001c80b140b97111874415d955ed00c8250d491c4015c242430dc9 13 0.01/1.00 vMB 1,116
126,606 126,606 0000000000003b5dd02037375fac8ccc64454b11ae5e0396b3dcd3e19a3461bd 45 0.02/1.00 vMB 897
126,605 126,605 0000000000001234b9af8397144bd927848ac7b96eddd48a958ba90c788f1d5b 42 0.01/1.00 vMB 2,522
126,604 126,604 00000000000014a4e494305f45f16f65b0f69579144bbc7e2acaa5c61f52bc3f 7 0.00/1.00 vMB 614
126,603 126,603 00000000000030ebbcc8e53bdb7f611e78555748e414dd57436e0c231c570704 3 0.00/1.00 vMB 1,937
126,602 126,602 0000000000001ce7b349f8c241eb0ee134a4be8ca5325cdee31098e3a46feb66 35 0.01/1.00 vMB 393
126,601 126,601 000000000000020ceb92f8772990decc3484d92c1b1321d12aa0b33870424243 10 0.01/1.00 vMB 1,146
126,600 126,600 00000000000002411e38f987a8c45a64548943ec9b4e87077f4db1788bae40bb 20 0.01/1.00 vMB 764
126,599 126,599 0000000000000f1ab6918edf907f0300412364caf171d28dd7a0a8f80836b31a 26 0.01/1.00 vMB 586
126,598 126,598 00000000000035bec7a912d301c2759f8dc894a0297d89285e32e0735b8123f6 18 0.01/1.00 vMB 918
Previous 10 blocks ↓
Total Size: 781.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.28 GB
    • Received: 9.05 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.