Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,655 transactions (0.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,367 000000000000000000022b910000000000000000000000000000000000000000 ago 0.80 vMB 2,653 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (21,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,154 890,154 000000000000000000002758a9cab4fab565da52e7bc7cf1fc3dc1f1cc62ee82 1.49 MB 2,816 2
890,153 890,153 000000000000000000007cf28a1a2895727dadb1a07f5833d730bee838d11d09 0.34 MB 682 2
890,152 890,152 0000000000000000000118f1df86a984614aa089eb42d0d50f7a348d559b09c2 1.31 MB 2,454 2
890,151 890,151 000000000000000000008c9cb51ebf5bcd6f8ab6db379ccd1b792d2d012877bc 1.54 MB 2,534 2
890,150 890,150 0000000000000000000094b24387438cd419a8b883d56e8edafc465caeb96560 0.64 MB 837 1
890,149 890,149 000000000000000000002eb574e578d31806e744cc87cb6b12c51e2061c804fc 1.62 MB 3,984 2
890,148 890,148 0000000000000000000222e31e001265a2368b6603b3b7ad2cc78c3f1c580e23 1.45 MB 3,218 2
890,147 890,147 000000000000000000016ce4b921e65a9bd7b1078f24c012364dfd7ec6bb80fd 1.63 MB 3,612 4
890,146 890,146 000000000000000000019f386606f109ec8a919512efdab29442d74d5c92fe83 0.21 MB 522 2
890,145 890,145 00000000000000000001ab163ecff7cb7b630ab93b4e97afdb47f62e0244a0fb 0.90 MB 1,672 2
890,144 890,144 00000000000000000000a58b23cd39d02635c183a4110ff70ce1eab8e8e1884d 1.26 MB 1,804 2
890,143 890,143 0000000000000000000208cc71c58ddc131b7847e4344b8253f681972e14a80c 1.35 MB 2,594 2
890,142 890,142 000000000000000000010e4b1f47c2f5590bcad24ddcf4c0c0dd75266b843729 1.35 MB 2,707 1
890,141 890,141 000000000000000000025126ce7099418329b0f15771bb5adbb284b15ee2567b 1.59 MB 3,576 3
890,140 890,140 00000000000000000000a004a2ee760f74c8de9c70f0d99047597fbd0d8fe36f 0.72 MB 902 1
890,139 890,139 0000000000000000000131c264f3d134c3a2cb0d0263dfd47448611aea4189ea 1.60 MB 3,759 3
890,138 890,138 0000000000000000000136959fe09ecd077536433f4704f3ea53c8b898013dc2 1.18 MB 321 1
890,137 890,137 0000000000000000000165599dccbeda07f685d4ee0cebd7321cc852709d85b4 1.64 MB 2,967 2
890,136 890,136 0000000000000000000035b88ffb669fb3df37f0f411a255b092b27718301336 2.02 MB 1,691 1
890,135 890,135 00000000000000000001f07d81465d3c7bfc72aaba6979fc723009504c4e5d92 1.66 MB 3,929 3
890,134 890,134 000000000000000000007f7bc5ca5392c0fadf8791323cfeb149d6e98bb61ebe 1.62 MB 3,161 3
Previous 10 blocks ↓
Total Size: 775.92 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,401.74 GB sent, 128.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.