Loading Tool

Explorer IconExplorer

Memory Pool

74,256 transactions
28.38 vMB
0.06771724 BTC
Random Selection Loading Transactions
Max Size: 168.86/200 MB

Candidate Block

Mining Attempt 36741c8ded072166b6c18dfcb03c1c2d4455793019ae05f3b2ee3711a78311fa
Version 20000000
Previous Block 00000000000000000000e0c459f13ddf02d73e8b60894ea83c46113e0f3e25a9
Merkle Root e2c6a400f21e42a70bd41b3148ac8c4cc4af241782d24653b64caa880cdbf44e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,984
Size: 1.00 vMB
Total Fees: 0.01082516 BTC
Feerates: 265.25 > 1.08 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,067 (95,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,646 819,646 00000000000000000003467b35f0a59df52116866431f68df6f689e269e267af 5,221 1.00/1.00 vMB 63
819,645 819,645 00000000000000000003e2f367aaf508fa982c69b5509fa0163733ca6b1284ed 4,289 1.00/1.00 vMB 67
819,644 819,644 0000000000000000000099e0977aeba4eef3373b1fb9d7a95164d41d90dc116e 4,276 1.00/1.00 vMB 66
819,643 819,643 000000000000000000014e84b6ab93e09581325a602af94367319de9b3c35094 5,112 1.00/1.00 vMB 63
819,642 819,642 00000000000000000003b6e4bddb0cc51d83db001d238b4013893d6c9800ab29 3,137 1.00/1.00 vMB 76
819,641 819,641 00000000000000000002cdbfa96b1a410ddca988420288b7846c22a6e44f7abe 3,089 1.00/1.00 vMB 101
819,640 819,640 000000000000000000032c29adae3a20c85dd8296b145830e01a78d6aa5d7202 3,140 1.00/1.00 vMB 70
819,639 819,639 00000000000000000002d9ee22eb551b2533c99eb599525a3ce54d784df73b56 3,732 1.00/1.00 vMB 62
819,638 819,638 000000000000000000002b857f72b88c6a91fdd1c22fdb674bf14158fa7346e1 4,107 1.00/1.00 vMB 74
819,637 819,637 000000000000000000034a46aab7e9f07ab57ee788bcf54c6752be065ef80640 4,121 1.00/1.00 vMB 66
819,636 819,636 00000000000000000000aa4a0caa856915af4c12f14d2a2dcfb52256fdde7fe5 2,676 1.00/1.00 vMB 66
819,635 819,635 000000000000000000038668588a201aecce8a934860dc252995760464c7f3c3 3,224 1.00/1.00 vMB 83
819,634 819,634 00000000000000000002ed51f5d4e1154f7ab39881055d13fd10a0cb78d8087c 4,066 1.00/1.00 vMB 70
819,633 819,633 00000000000000000000feb348d76e95dd42087eea79c1ac0792f48d301c4a1f 3,716 1.00/1.00 vMB 70
819,632 819,632 00000000000000000000567964dff8391d0c00cb721baf34e9ef619ee9627be0 4,200 1.00/1.00 vMB 69
819,631 819,631 0000000000000000000003d1e3120f8d2b4e14c9106a496aecc0774dda624921 5,205 1.00/1.00 vMB 74
819,630 819,630 0000000000000000000305b75ab1a835ca4d0709d5c5d8db1cc20a23a806ef5b 5,317 1.00/1.00 vMB 70
819,629 819,629 000000000000000000010d0768717caaf4a9757b7ee7c1ca3fe99cbdcae9db4c 3,847 1.00/1.00 vMB 82
819,628 819,628 00000000000000000001103909f725ed8dc05478a92aa3847e147efb1ab2dd2e 5,338 1.00/1.00 vMB 73
819,627 819,627 00000000000000000003937dffd629795a3bc907982ba407c7dd7145994d7f6b 5,068 1.00/1.00 vMB 70
819,626 819,626 00000000000000000003c9c126566db7be1ee757e48014d59d202fb61cff88bc 4,385 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.51 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: 668.61 GB
    • Received: 15.54 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.