Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,004 transactions (0.77 vMB)

Priority:

  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 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
909,734 000000000000000000022cb30000000000000000000000000000000000000000 0.77 vMB 1,996 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,733 (821,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,132 88,132 0000000000033b884107dcce15eb33dad7304a590508b9eb7583a1fe9ab83333 0.00 MB 3 0
88,131 88,131 000000000010c651e416e30347c6902b034a2aa787625366516618b303657d93 0.00 MB 2 0
88,130 88,130 00000000001cc600d4e650358b946b54cf2cecd72e74727a54e6f113f072004b 0.00 MB 5 0
88,129 88,129 000000000012b8a052b63fb86ca344b94133bbc6f9ce0b1376da40fb5436e5a2 0.00 MB 1 0
88,128 88,128 000000000007c536df53e7bf83340142244ff894c1a405a5377cb216fdf14799 0.00 MB 1 0
88,127 88,127 00000000001c4d2fcfbb4c75c6dc0f6729f0dbc460aa2a44143dbb7a8c1b3af3 0.00 MB 1 0
88,126 88,126 00000000000981bed4247a33b946fc19facd40c025147b618f72d100d3097f67 0.00 MB 1 0
88,125 88,125 0000000000169ccfd52e52d85f7ea35d3981b4419f8f3ff78f6fea33e7ae4651 0.00 MB 7 0
88,124 88,124 00000000001aa47dcc5883c16afc15e9f3c7e97b2a5797fe7a139e392d2a6c18 0.00 MB 1 0
88,123 88,123 00000000001da0b6581286d386a5544e20f80ca02c0a8c386ddde5c107cee3b8 0.00 MB 1 0
88,122 88,122 00000000001923d03b27713d89404d679a8fa80197703bfc25ab1cb14564e109 0.00 MB 4 0
88,121 88,121 00000000001d0233ffcdfe8a86517c5261caded8e965034f95cce4991b16c18c 0.00 MB 4 0
88,120 88,120 00000000000ea05339152fd445bbf948bb43792766e20955d3386df390e41101 0.00 MB 4 0
88,119 88,119 00000000001bad28ff79b1ce996395d50ff51bc35d01d8e0c6fa7c26ddd6bb48 0.00 MB 3 0
88,118 88,118 00000000000e20a5f86b5c27b29f12edb87feb93452990f44c397e7a51750cce 0.00 MB 2 0
88,117 88,117 000000000018cd6922d1b2c7b2aa378206bcf14bba5e12dd654e469e7d0cbf91 0.00 MB 1 0
88,116 88,116 00000000000aa813e78937a00069778c8a57f537181786c0bb6a9666a12f7768 0.00 MB 5 0
88,115 88,115 0000000000179128f1c76a8bc782c7b4a1468a20a22f4fedb4d1877c30e2308e 0.00 MB 2 0
88,114 88,114 000000000004061c94578117cf24a7bece8191fe74a387cb1774ddf62f673f19 0.00 MB 3 0
88,113 88,113 000000000011418cb58c4409c1c8abc1e1b47804f75ca9233cc2076646ab490e 0.00 MB 2 0
88,112 88,112 000000000005beea3462091c61a94b151f91af0e673cdde5ea47350e77fcc134 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.92 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,158.15 GB sent, 112.96 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.