Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,917 transactions (1.01 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,142 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,881 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,141 (869,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,590 40,590 000000002024db833ede479b56303009edc540b97b9cdecc587a372d21cfe2b9 0.00 MB 1 0
40,589 40,589 00000000134548edb744e21ccbcb02dd6fa44f950d5f713cd787a9a39bdc0669 0.00 MB 1 0
40,588 40,588 0000000017d8f7bbe30d28079a44355bbedcb2e0101a2f7be5dec3937b462f5c 0.00 MB 1 0
40,587 40,587 00000000369d9232514ed96e5464fbf32091dda62c214fd7a9e0aa9b5953106d 0.00 MB 2 0
40,586 40,586 0000000037f0216c965490efd8152b98dae0a4dbe22b85cbcfaef9ae09a462f9 0.00 MB 1 0
40,585 40,585 000000005ac6f648957570ae3e50543c52aeee2dceb8bad57ecea067cb4199a7 0.00 MB 1 0
40,584 40,584 0000000052fc0beef538e41848ae5ad9d023936f05e97a912fe6aa55dc7e4c6e 0.00 MB 1 0
40,583 40,583 000000002d887ebebffe4c287429ed9fde0e9302e3771b9e8d4bea6eea758e80 0.00 MB 1 0
40,582 40,582 00000000570221ef75d60ffa4fb4584ea3363239f4c34bb11a71b3fc2d9bfb73 0.00 MB 1 0
40,581 40,581 00000000584dab06683949c52c3c6bd289a2c12b344d4403c9ca4b066031c0d4 0.00 MB 1 0
40,580 40,580 000000005632ebd13ab0e05a1ee7bb0b5f232aac855707546495598575a6ec29 0.00 MB 1 0
40,579 40,579 000000000d4adb896891c634ab433abeffc0b3a66a4cea37e59b025db36cd649 0.00 MB 1 0
40,578 40,578 0000000055bfb394be5fac8c69e82546e1d8dfc28696eb7b693969a857ae5526 0.00 MB 1 0
40,577 40,577 000000004815e3b63457887522805cc3237c3cfb1db222173a7a7f97cc8ed8a2 0.00 MB 1 0
40,576 40,576 0000000062e02ac8404917d8614757bb6d7230efd9ab1de795ffce70f191379d 0.00 MB 1 0
40,575 40,575 0000000035d336afd4d0a7c906aa3afd16d35c963e412db773ffb7466bf9606a 0.00 MB 1 0
40,574 40,574 000000003f18cbfcfd007dd7b1b685827d850ca46fe848007ee8ec8d80f54bf3 0.00 MB 1 0
40,573 40,573 000000000bef2092c178140dbdbbff468a5399b2cc723d5ca1a5340c12a53d71 0.00 MB 1 0
40,572 40,572 0000000029130d513b2c85b8bb1d6dafcbf287b0d8076c875ab4c8c7ffd16018 0.00 MB 1 0
40,571 40,571 000000000684a9ad831b67710aaebb3a043b576ded38c8672315f995e86fdcc1 0.00 MB 1 0
40,570 40,570 000000000bff91122e42c2390d82333d32ab153ec21d62905b85197a14bc56a0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,193.09 GB sent, 116.77 GB received

Notes

  • This page updates every 5 seconds.
  • 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.