Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,196 transactions (0.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,126 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.67 vMB 2,180 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,125 (889,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,400 20,400 0000000081189ece565b3837c465a44eb77e4bf86d5f0bc24608e84413db8925 0.00 MB 1 0
20,399 20,399 0000000087412e72f457d4d6dd0901257410718bd7ff907ef2662ae7975c6177 0.00 MB 1 0
20,398 20,398 00000000bc5830e0501cc7188676f37facb09e9f519dbd3c29c5a2961fc72b5a 0.00 MB 1 0
20,397 20,397 000000007ccf0a6e0867f5e8e79d52090eb82251bc287ccece87de8e34321dc9 0.00 MB 1 0
20,396 20,396 00000000349b0822fdabddfb1a9bcb04d723757a8c4b715003bc7a3d4fb1b610 0.00 MB 1 0
20,395 20,395 00000000caeb9dea7f85257e4f08364adb5860c11fb40b52fc5bdb0782ddd819 0.00 MB 1 0
20,394 20,394 000000006f1a602b587cf6f6687e7f1be7892353530d7f2e46383b84682d65e0 0.00 MB 1 0
20,393 20,393 0000000014825835e180f32f3f244c9d3f9344937803be6beb609a0eb3234270 0.00 MB 1 0
20,392 20,392 0000000046d303cc64784ae6d1fd3fbe3b3fa8fa050c89db1915bb46aa10c098 0.00 MB 1 0
20,391 20,391 00000000f7013abc0747c8f6b1eee4c68e42eba8d4d39a54f1fdb54dc5913935 0.00 MB 1 0
20,390 20,390 000000001c871b513815f9c1752301d2f4f8a558cbe733f60127516b91364c80 0.00 MB 1 0
20,389 20,389 0000000089378befe73325952b17b8ec79d3c4f177fc060ce588fedf94e5c410 0.00 MB 1 0
20,388 20,388 00000000cf7f23fe9ae4f974f71290dadf352769b87ce5ba7c215974ca199c34 0.00 MB 1 0
20,387 20,387 0000000086cec298f724353f0d683686dd6ab7b62a24d29971ba6e2b91f21415 0.00 MB 1 0
20,386 20,386 00000000498edac0149e7a817b21ba97841b20a17729e59fd8dc2c48bab2945e 0.00 MB 1 0
20,385 20,385 00000000a0cefe6e9634cdb3b2796e00f825488c226ce1ea244eb6134e738b1a 0.00 MB 1 0
20,384 20,384 000000007d181f33f2923502705b7a4cb2ec3c256e99ae1ef5ef5cb87748f381 0.00 MB 1 0
20,383 20,383 000000004b0a7e5dae713e8707163736e0072146bee3084ac7e16d54ffe38d62 0.00 MB 1 0
20,382 20,382 0000000098f06b2eb3cd933c83dc8b02c146b3ad1f095302d769c2f9107aec62 0.00 MB 1 0
20,381 20,381 000000007dbe900655bfea881be84afbc3c0d0b18ac3c267ebbdf1b9cb2a17fb 0.00 MB 1 0
20,380 20,380 0000000073b137a6850384e95ab2b86c5a7cc79cf825d8cc4d55b809621bfcdf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.62 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,191.10 GB sent, 116.60 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.