Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

169 transactions (0.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,843 000000000000000000022cb30000000000000000000000000000000000000000 0.09 vMB 167 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,842 (864,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,073 45,073 0000000015808ec095f016911a027ccc20875d77a42962b607c6ca3ed38890d3 0.00 MB 1 0
45,072 45,072 000000002f58ed1492d3bd6532e7c1f2e6d472c175d0c36c4d09244e140435d8 0.00 MB 1 0
45,071 45,071 000000002f7971fa7cb46f297c6cd7dd9984ad427d76a279ce52eecc53375c58 0.00 MB 1 0
45,070 45,070 0000000016fcf9c6cb24699c0c4f02cc2e628e5a7c9ff2b66cefa1c0337f4551 0.00 MB 1 0
45,069 45,069 0000000036df944ed1654320570eb9952d34ec838efbbd928bf813e57c1c0d48 0.00 MB 1 0
45,068 45,068 0000000022efe841ad7a3b53f0648fba5f14f2813c994fdbc898b162c8805954 0.00 MB 1 0
45,067 45,067 0000000025174109524267c82e94df82bb410addbf4e2c6e0136198bc85159e8 0.00 MB 1 0
45,066 45,066 00000000335a4067ebc6fd21383e82e955c20d34fde3ea2b219f98a785385680 0.00 MB 1 0
45,065 45,065 00000000176bf650fa5316471afba570d89cbcc8bc1e1a05e03b2e0d6f66eb67 0.00 MB 1 0
45,064 45,064 000000000c9838a8ade3f59268bc20b4936beb82297dd8acf3f4734e7119133f 0.00 MB 1 0
45,063 45,063 00000000302b968852d407ec7c40ae453bdba10a46e6e84fa6247b3c63c3bdcd 0.00 MB 1 0
45,062 45,062 0000000007ec2cef73ca97d53aa3f4a99806125dacb2a09c0e21661c6a612d4d 0.00 MB 1 0
45,061 45,061 000000002bdf1beb4920f97a21429c1160a2583eb202e820e9a6c50b613f3a8c 0.00 MB 1 0
45,060 45,060 00000000168eeee4cf09de317abb16aff43504740581800c7c09a9f31b774835 0.00 MB 1 0
45,059 45,059 00000000310c68b83010b188512bbf5cc514c3d622bfa33f21ca5a52d27621b0 0.00 MB 1 0
45,058 45,058 00000000136e2fc683158d75eb4a58173337e28f0ee8563b6d333eed581f8f9d 0.00 MB 1 0
45,057 45,057 00000000311185151c0edd1cf519d2ad7942cebe6e48ca16363c4c8174c7cced 0.00 MB 1 0
45,056 45,056 000000002a41022f6badb6f07534e14d2f554a8af7f6c4b615daae7a4b6f272c 0.00 MB 1 0
45,055 45,055 00000000156010fb884b6890dadcfa87445587a41a68039d625a0fe275c6ccb0 0.00 MB 1 0
45,054 45,054 000000002fdbc886cd20310fd7e32f6f4653ed6f6a8bddcbbea133845b31b672 0.00 MB 1 0
45,053 45,053 0000000034a46ea60014a38262b9f508540fc31cd94f1aad0bce61606447e6c6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.10 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,166.51 GB sent, 113.79 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.