Loading Tool

Explorer IconExplorer

Memory Pool

75,254 transactions
27.09 vMB
0.06112376 BTC
Random Selection Loading Transactions
Max Size: 166.25/200 MB

Candidate Block

Mining Attempt 5fe44e29d6b445a41ee8cc09fc06bba9805ade3d5d78dfcbdb7285ca331003a9
Version 20000000
Previous Block 00000000000000000000689f5aac8f3b2931b26ac31fa880ea1b747dd3d324e4
Merkle Root 883bc5f92d4ceee03c79d029f4a664ee8132848163e0af64f626e7b36ec40fc2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,589
Size: 1.00 vMB
Total Fees: 0.00364222 BTC
Feerates: 30.40 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,321 (245,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,343 669,343 00000000000000000005198aa4137d1902576a2151dc850fc9558f33e4301168 1,050 1.00/1.00 vMB 21
669,342 669,342 0000000000000000000aa2e6ae92a2a472b0be03714331835839b66d20db060b 2,156 1.00/1.00 vMB 45
669,341 669,341 00000000000000000009e60aa3327da701b9a481f5ef0b392f54303d83e52c8a 2,317 1.00/1.00 vMB 83
669,340 669,340 0000000000000000000b92cde2f9dafab3e4754c496742c6001764ece2ab4658 1,494 1.00/1.00 vMB 12
669,339 669,339 000000000000000000084dfbf52d17e293f0c7f4989c9c8fb912dab6abc10582 2,159 1.00/1.00 vMB 94
669,338 669,338 0000000000000000000707526e1e8017aaa687a015cf2c7a02c533c15192bd4b 1,010 1.00/1.00 vMB 15
669,337 669,337 0000000000000000000a27ce713841f2613923484861e195a254772995618cd8 1,100 1.00/1.00 vMB 32
669,336 669,336 000000000000000000062043015c9eb131c428fd08032e9b2e41bd52830482f4 484 1.00/1.00 vMB 49
669,335 669,335 00000000000000000005c10daa10371c786452d3a7f8fd4f41786b8d6adf66f5 524 1.00/1.00 vMB 28
669,334 669,334 000000000000000000022917c8c9a555594a918b2ab3177521fc29869535e04f 533 1.00/1.00 vMB 17
669,333 669,333 0000000000000000000938f3faa642be406df8c57fc7d2dff2ea2612a4934bca 1,095 1.00/1.00 vMB 21
669,332 669,332 0000000000000000000cf7a0e373661363a79c94f0364108eb6e03e1f0990d56 1,531 1.00/1.00 vMB 27
669,331 669,331 000000000000000000052d80bc0bcc5086663b314e2d5bd7e40430baaa1f87f8 1,228 1.00/1.00 vMB 28
669,330 669,330 00000000000000000003704466683f49bf7a2386e2e0d2c7703f707ac9aa4533 1,688 1.00/1.00 vMB 99
669,329 669,329 00000000000000000000aed9aa0043ea92173220e6de721b26ad8a7abdb25f1c 1,951 1.00/1.00 vMB 43
669,328 669,328 0000000000000000000c083cdcb68a79b989305339c74fbed0c7ffe2c6b5c745 2,469 1.00/1.00 vMB 104
669,327 669,327 0000000000000000000b1774e5c846cd6e6f550969f5090ac0535be2f3ce8f06 1,832 1.00/1.00 vMB 23
669,326 669,326 0000000000000000000618b7712fd8ce78f88f4b43737f83ac924d375d41032c 2,358 1.00/1.00 vMB 22
669,325 669,325 0000000000000000000b9b9425f023bca3c517885369d5dc9d5037d2b7bc2cb2 2,377 1.00/1.00 vMB 94
669,324 669,324 000000000000000000099259e6eada9ffc65d81e84f1b2fa51b487cb13033c7c 2,018 1.00/1.00 vMB 111
669,323 669,323 0000000000000000000aa962c9dba60104b8977d1f36ea9106362788d9364f6c 2,585 1.00/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.95 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: 715.04 GB
    • Received: 17.64 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.