Loading Tool

Explorer IconExplorer

Memory Pool

26,010 transactions
11.88 vMB
0.02932707 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.39/200 MB

Candidate Block

Mining Attempt d96b724c4f576e21e82d648f0f50ecc524203d6753519b6a7e9c80c1399a35bb
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root 84dc16485c38996ade14d6472dfad8a068196ddb31a96e1e71ccaa5e52d5a1f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,861
Size: 0.99794325 1.00 vMB
Total Fees: 0.00955138 BTC
Feerates: 180.34 > 0.96 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (765,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,139 148,139 0000000000000913aba7984aaa2d013dbf66f009279163150598303257ee1d77 12 0.00/1.00 vMB 0
148,138 148,138 00000000000001b41d8f3db31f5e9177764ba8dd8fb4d30e3b298c5f49e98456 24 0.01/1.00 vMB 58
148,137 148,137 000000000000034ae56a0a5a1fbf964ce161e933f2bc9925b93370a6078c6a19 31 0.02/1.00 vMB 40
148,136 148,136 00000000000006fca959156b1891aae8739d3d8abbb9d6cd80c59aea29bba897 68 0.03/1.00 vMB 120
148,135 148,135 000000000000004a4a04252faa4a0ab376352602211db6bc7d131cf09e2488a3 46 0.02/1.00 vMB 99
148,134 148,134 00000000000002cabc4ce1dd9ed152c4c3b05299ded177242b242ad1b30b9a72 18 0.01/1.00 vMB 86
148,133 148,133 00000000000005a5adffa4c49c8991906d318899ffdbd0337462b828f6c539aa 71 0.03/1.00 vMB 61
148,132 148,132 000000000000017d7d2bf1b1293d5013509b6ab95f6c5c70fd93ed92ca20b5db 35 0.02/1.00 vMB 117
148,131 148,131 00000000000007f6f5707ea7f1cb46e2790fca3d2a41a0655b14250b915ec1ee 12 0.00/1.00 vMB 0
148,130 148,130 0000000000000205a3de6c3efcd9f923832e134f1fa0b6307071a67554e4f03e 22 0.01/1.00 vMB 253
148,129 148,129 0000000000000874c7643fe756a14d2ad6882cc9507f324c941ce21482ec4be6 40 0.02/1.00 vMB 116
148,128 148,128 00000000000003783cb1199c12e085c3bcb2b87b4f19b6dd66808ee8cedf6f99 44 0.01/1.00 vMB 37
148,127 148,127 00000000000009216a692a83036cf3d5e6c791641dff77f3caf88913c25d7cd0 6 0.00/1.00 vMB 121
148,126 148,126 00000000000009d4dfce402de176bf166f88cc64108dbbde391d7cd15adfde74 15 0.01/1.00 vMB 38
148,125 148,125 0000000000000690854b7b1d80be7bc5b449fab436806f935e9b16fef68e0610 28 0.01/1.00 vMB 145
148,124 148,124 000000000000032a4251990552b8e68a15ee63932d3c7146458d007fb5c1b783 80 0.03/1.00 vMB 152
148,123 148,123 000000000000093272e0a33735911cc45fd8525ec921108da7eecf420127b696 69 0.02/1.00 vMB 239
148,122 148,122 00000000000000ed5f892fbf1ac2014d078000f93dc87d0b3d596f2d45cb9e5f 26 0.01/1.00 vMB 25
148,121 148,121 000000000000081a5ccbf25280747ae85b24b5700dba77b8b9897c3949f2f18a 45 0.03/1.00 vMB 118
148,120 148,120 00000000000009d750732085b08d331f40c93692fbe78132ec56a9b1d654c273 6 0.00/1.00 vMB 915
148,119 148,119 000000000000073c3edcf63f199f50881f222dcfe0fa718e82bc4d6776cf3ab2 110 0.04/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 780.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 500.52 GB
    • Received: 3.74 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.