Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,666 transactions (0.84 vMB)

Priority:

  • 1 sats/vbyte = (8 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,205 000000000000000000022cb30000000000000000000000000000000000000000 0.83 vMB 1,653 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,204 (870,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,072 40,072 00000000164c3b6adfaa8c9ae5de1e92893a0a994d0156621d11cdca1680c8be 0.00 MB 1 0
40,071 40,071 000000005698dcdd578f84edd428c6c2ce746fc96e1712b25383d8e664c62db5 0.00 MB 1 0
40,070 40,070 000000000564afae2d9be6c5651429e0a437569fd661def33d84410ed45a8773 0.00 MB 1 0
40,069 40,069 000000001d834b4ace6836b9ee12f8e6e6026bb626751984a198a2f332185043 0.00 MB 1 0
40,068 40,068 0000000014372c529808ffa605836c44dfb48093a0d350fb00938f995e35272d 0.00 MB 1 0
40,067 40,067 000000006f56408ec418706a3cb09f93646774803765992866898d7922574ac5 0.00 MB 1 0
40,066 40,066 000000003abff3c98bf4f54a10144adade2d016429659f6813560c2dfe4a0e4f 0.00 MB 1 0
40,065 40,065 0000000006472409fdf748a3bbdb6f797270f6ef1796e7cc39fb200632eb5617 0.00 MB 1 0
40,064 40,064 00000000734a27e07dd5c163fd905f8ed50ca1028df02e072ddb777d6b51bf94 0.00 MB 1 0
40,063 40,063 00000000243a071f6626962a6f8ab9e6d7423c009a2e53af9151a0c044e49d22 0.00 MB 1 0
40,062 40,062 00000000056e1e075c63a2b5da84b479419526fe343b46c8c550532a81da7441 0.00 MB 1 0
40,061 40,061 000000008c78890a22a810f666af5f9eb780667d896dd2d7785626b87255f3c2 0.00 MB 1 0
40,060 40,060 0000000078c50cd6f5b5fe230e32da703d490b4ee785d883e8e0ce6cd1631451 0.00 MB 1 0
40,059 40,059 000000007cde088ee8e5ae835fa49fa65ef0108e669cd8e95f5ed49f64369d51 0.00 MB 1 0
40,058 40,058 0000000079c33d9be8082f8e42e7b3041be805c6e2053d8b7e73f17088c6ace6 0.00 MB 1 0
40,057 40,057 000000004e563ac51789bb3c087c8bdfc805de6fd33f42e6f49cad05339a0239 0.00 MB 1 0
40,056 40,056 000000001ba2adb33ed0ef50aa20d89d8a94f5d8128587cff823e2960f6abf09 0.00 MB 1 0
40,055 40,055 0000000063d1fd263667272b993002bd8d75d7abe06c9a5eeeed4c0e28722fd9 0.00 MB 1 0
40,054 40,054 0000000001af649737da8b81b697f1d10a20099593e95ad7fdd88426ac3c81f1 0.00 MB 1 0
40,053 40,053 000000006eb68d4a89390b5699c77cbf1038d1a99f376dee3a7003b0d537615a 0.00 MB 1 0
40,052 40,052 00000000762b0ee9e90e8c49aa9f80a8fdcc542ca3aab68f1cc58fb09fb7fe8c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.77 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,195.89 GB sent, 117.44 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.