Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,466 transactions (1.03 vMB)

Priority:

  • 1 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,615 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,328 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,614 (840,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,808 69,808 00000000003a38fcd288d1616c6ec3d54c02442a42d8df61d9131c007f9f8abb 0.00 MB 1 0
69,807 69,807 000000000160ca3eb6a69dc0e7c3bf3f16dbf480c037e5c21b6b4b82be3f62ad 0.00 MB 3 0
69,806 69,806 0000000001572c91dde121f96ab917c3ef8dde5cb4f145dee2b235df83aebc58 0.00 MB 1 0
69,805 69,805 0000000000f2b8b08fe46918122bb99d799a583cdb3b1584e17f7f06ee6d61f0 0.00 MB 2 0
69,804 69,804 0000000000dd7e3caab5d496d592d4ad29a662fa01405a8f12600411d6692ec2 0.00 MB 2 0
69,803 69,803 00000000013a26d391246e1d77a5eecbe843ab38b1d4607479c8132eddb6801b 0.00 MB 4 0
69,802 69,802 000000000017b12ea74cac1a19ebb4b99112aea3388f399cf3c7006d79f94e74 0.00 MB 1 0
69,801 69,801 00000000000edc9f23338ada8e057b4b3f2ce1bea73a208ddf0e2cf66bed8fd4 0.00 MB 1 0
69,800 69,800 00000000010f585d02ea680bd891f3a63a8ca14b792e2893496396ee78aa9e7b 0.00 MB 1 0
69,799 69,799 000000000125d96b776a5163a7514a7169625e2c1f49f2ca6478b3b999a2dcb7 0.00 MB 4 0
69,798 69,798 00000000001acdc1c39b95e6db9f06cd8e83610dc60ffd56b4ca7386d2d20d90 0.00 MB 1 0
69,797 69,797 0000000000ffc83c30d3823ed19b3dc5fce0b3d60a9568a5867601ad22bf0403 0.00 MB 2 0
69,796 69,796 00000000006f3bcf0249201a42f9927e2201d891d197191b1396940f10b342fc 0.00 MB 2 0
69,795 69,795 000000000003b20ed32a65d65fcd70ae280f26aba33d22d365e463f21678cf89 0.00 MB 2 0
69,794 69,794 000000000007ccac1811b105b0006be89a917a9322b2c055f709f4ad6ec1da7d 0.00 MB 1 0
69,793 69,793 000000000139f6154394d818399778de94bde36f08fb9d94f253d09e81dbeb3f 0.00 MB 4 0
69,792 69,792 00000000008694608e44f755634c232f3ea8119bf48172d84e722adf9d327c3d 0.00 MB 2 0
69,791 69,791 000000000114e03dd0714b6fdfffc82bd5c277d6b8127dd06a847c19f25e1572 0.00 MB 5 0
69,790 69,790 000000000031a08a020951007ab04cae1a3674bf5a45954567a1a137c42e2674 0.00 MB 2 0
69,789 69,789 000000000048b58983d9afec388214149e061032c46c6d451a802754e04f1094 0.00 MB 2 0
69,788 69,788 000000000115924edb103e167d0dafceff28e97c0e392d69d5e0bd1e1d42b366 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 774.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,257.77 GB sent, 121.09 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.