Loading Tool

Explorer IconExplorer

Memory Pool

78,119 transactions
28.98 vMB
0.07926452 BTC
Random Selection Loading Transactions
Max Size: 175.70/200 MB

Candidate Block

Mining Attempt 5256027e55bc99c5a869771a10e6258b5802253efb066c84cf22b7892b11db77
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root cc24b572da32fd6652ab47a1a49d6a30ec37fd0b5370c592b43151c83a1619cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,373
Size: 1.00 vMB
Total Fees: 0.01883867 BTC
Feerates: 100.81 > 1.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (457,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,291 457,291 00000000000000000191b4368fd04b668cd62f37c92b29c9593cc38bcec245fc 2,433 1.00/1.00 vMB 181
457,290 457,290 000000000000000000ac63d6689184cb75da6384447f409424f4990b128c4936 1,905 1.00/1.00 vMB 121
457,289 457,289 00000000000000000085a1ec3e15aac95a272771e7fad3d23143127356f861cb 1,882 1.00/1.00 vMB 139
457,288 457,288 0000000000000000008ea05e22808c22fb3c3b5d14423a857b1ba8a269522a31 1,975 1.00/1.00 vMB 113
457,287 457,287 000000000000000001bd947f9408c8059107145618f726d542a021a9643ee2dd 2,015 1.00/1.00 vMB 194
457,286 457,286 00000000000000000130473d67590135fa10aa58c1a1a1c4cb658667308a2fbf 1,639 1.00/1.00 vMB 99
457,285 457,285 00000000000000000201a325f8a68be96c9c99434fe94515783448e9eaf3d6b4 2,341 1.00/1.00 vMB 138
457,284 457,284 000000000000000000ad477752f03f3ed6016a5c7760d25784481173d201f820 2,707 1.00/1.00 vMB 159
457,283 457,283 000000000000000001833805c6ffbbf9d560f88c9f54b45fa1f15aeed7a465a1 2,286 1.00/1.00 vMB 169
457,282 457,282 000000000000000001f141cda399119222c2c507d3f8ba68adf2c5daa099b9b0 1,378 1.00/1.00 vMB 143
457,281 457,281 00000000000000000071cba93f3f58a687b00cd8bfd27b9031a5a1b6bfa87b64 3,141 1.00/1.00 vMB 152
457,280 457,280 00000000000000000064974fb89ce94937c9fe27ac5926beb5b5c9398bfa2c02 2,158 1.00/1.00 vMB 121
457,279 457,279 000000000000000001d34c1c6309047ad660709b023215550ad1a122bbc1aeb8 2,431 1.00/1.00 vMB 127
457,278 457,278 000000000000000001ef8e6d8617e4c6ad3ccbf05db0472b19cbb7f88a9dfc52 2,129 1.00/1.00 vMB 154
457,277 457,277 000000000000000001a99912664d49530e0945fb4598d82721526fa978796203 2,087 1.00/1.00 vMB 188
457,276 457,276 000000000000000001c1ea7c2ef823b42fe7f99796bc65d5542b62dbe3b522fb 1,635 1.00/1.00 vMB 225
457,275 457,275 0000000000000000020cc83b7e9e91d656cb76d0a227ae84f539d5a0420cade7 2,053 1.00/1.00 vMB 179
457,274 457,274 000000000000000001c22e4d1d554f6e9a21cf70a045a3511af69d819e457145 2,366 1.00/1.00 vMB 218
457,273 457,273 0000000000000000019961ca799bb12265336b34d9d0f12991ceb6e948b3706b 2,273 1.00/1.00 vMB 223
457,272 457,272 00000000000000000107bf0ca1f672b4c3d5a24ff5d18d3e7227fdc2537f428e 260 0.24/1.00 vMB 137
457,271 457,271 0000000000000000024b6eb518e77962e268d2ac7126f20307ded7f37f5a1a30 2,076 1.00/1.00 vMB 242
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.39 GB
  • Uptime:

Notes

  • 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.