Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,101 transactions (1.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,684 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 774 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,683 (882,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,831 26,831 000000008b0462a3f93a742b293b2a4ce364b6aab792c63cffe711ca073e9b3b 0.00 MB 1 0
26,830 26,830 000000009dda503abbfceb734dd332b7766d9d4b5db43af0ee683cdccdef89df 0.00 MB 1 0
26,829 26,829 00000000ac2e5a28c0f9745d69e210c2a96ce46382ea0727ade20fb6b1464742 0.00 MB 1 0
26,828 26,828 0000000037a683283a139eb83fb4aebedbd7cd9f2c538e8f84aad4780fe57f97 0.00 MB 1 0
26,827 26,827 0000000030a8ed473a47193bf9fd2d3c999b181e4f87479a939e78307addcb7f 0.00 MB 1 0
26,826 26,826 00000000347c63c28666d3c827c1ad544f1a291ec500ec4acba77f39d6df73db 0.00 MB 1 0
26,825 26,825 00000000a882d8f54322f6bb7b1b284842fbdf6df3fe81ec4d211920674fcac0 0.00 MB 1 0
26,824 26,824 0000000056c669a3527838185077ccc1cb781cf72148e5c891fd50fc589110c0 0.00 MB 1 0
26,823 26,823 00000000b271e50ca0f383dd268c6053bbe3640966d38f9b19be0df0852b0b48 0.00 MB 1 0
26,822 26,822 0000000012407d01c11eea5798fca6790fb54b8cdc1f4a452c3b7f5c14c9e183 0.00 MB 1 0
26,821 26,821 000000005e170e8ab226c3f2185f1d784444ee1625fc5c3bbfc697089c2c70f0 0.00 MB 1 0
26,820 26,820 0000000085cccf7d63e9cde0b2840708da2ee24aa1d2ced44ace88ed6a14ff20 0.00 MB 1 0
26,819 26,819 000000002487734aac9983e3e7048c272c872141f5fc1b8c4c58bcb50982e52c 0.00 MB 1 0
26,818 26,818 00000000d764ec0b3eefa9f4fd4c80c4f138ac31cf18839a7808c31cf1786b85 0.00 MB 1 0
26,817 26,817 00000000e53f1baa38eab6904d2c55d49cb9ee6d7d55ebfc458447602cc21ad4 0.00 MB 3 0
26,816 26,816 000000001d3ec48e8791c712163916e5c693330e4314478169546b85e292ebac 0.00 MB 5 0
26,815 26,815 000000005ec300d10e8dda3f80eae0059f61f3e1c6d67c6b4b2d9cd5f7e1a40f 0.00 MB 2 0
26,814 26,814 00000000a95447f93b59a468cb7ddb7a15f06f4c17e94308d0b7e4e5ae877d85 0.00 MB 3 0
26,813 26,813 00000000c4e464ffdb8b852cad2096c9faefa4440f7dd45f672d051c0369d141 0.00 MB 1 0
26,812 26,812 000000008e8957ed0c49499e30fd0b1d134856b28d92ff67c14f47c3d4a7481e 0.00 MB 1 0
26,811 26,811 000000000da4bc1986b73dd22c4ed9b135710e2f6889cd3cdbc971b4d20c23d2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.82 GB

Node Information

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