Loading Tool

Explorer IconExplorer

Memory Pool

75,804 transactions
28.29 vMB
0.06194126 BTC
Random Selection Loading Transactions
Max Size: 171.52/200 MB

Candidate Block

Mining Attempt d2514bc53fb97b71030da14b697676969d0f9fcc06b1d68f317ab301843b4bb6
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 34ee48e07ed0ebe7beaf9f775e9818fc1c8cfcf396fbcbfb680cc93dd1a74726
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,564
Size: 1.00 vMB
Total Fees: 0.00333400 BTC
Feerates: 10.21 > 0.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (469,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,644 445,644 000000000000000001b4680c415a317c8bf9d950e044e41606ce5de592776b32 772 1.00/1.00 vMB 25
445,643 445,643 0000000000000000009ae12104bd14848f3db737a80b115ae16116dbb721ecab 1,532 1.00/1.00 vMB 43
445,642 445,642 000000000000000001ad4deb92be7ab4aafd5982d4711148e0ecbf695772b2ab 2,648 1.00/1.00 vMB 81
445,641 445,641 0000000000000000004b761c41c6347f7fda353675e1337d7792a34d526fc5e8 2,187 1.00/1.00 vMB 92
445,640 445,640 000000000000000000c1326afd71870edf1ae195164d09e2f7b873bb7fb91007 2,426 1.00/1.00 vMB 70
445,639 445,639 000000000000000001164ceef6ad6230e31dd4c7e84e2a2db71e4fd5ff515285 1,507 1.00/1.00 vMB 49
445,638 445,638 0000000000000000021519451081258666c03ceede82620622511904bef52ae5 1,533 1.00/1.00 vMB 66
445,637 445,637 00000000000000000065d03b1c165b38fea93cf1ce0521871f31c92804a5ee3a 2,805 1.00/1.00 vMB 89
445,636 445,636 00000000000000000025dfecb3c58ea92f4374c50be4189a6b68c1f21b9b9649 1,578 1.00/1.00 vMB 68
445,635 445,635 00000000000000000093adb54ce83dbc294c3aee66e393e95700f04bc722a89a 2,681 1.00/1.00 vMB 80
445,634 445,634 0000000000000000014da14d3951eb25f43ce6fd0dd79c482c784928c3ac776a 2,566 1.00/1.00 vMB 104
445,633 445,633 000000000000000002229d52421a7d84dca4627f0e2f5c408623bdd49f690e34 2,361 1.00/1.00 vMB 70
445,632 445,632 000000000000000000c8e893d00e74953977af9c567c433309a5226f0a12cb9f 2,687 1.00/1.00 vMB 75
445,631 445,631 0000000000000000025de1bb3b517a767a08d42a34bfc13a444ebf0bf9ca75fd 1,568 1.00/1.00 vMB 84
445,630 445,630 000000000000000000625aa69f1ede1a8a9f00a9c47cd3df27ff403380f0e2d3 2,819 1.00/1.00 vMB 95
445,629 445,629 0000000000000000033d6916647d14f74443595c96e18f092db9bbbf329f32cf 2,898 1.00/1.00 vMB 103
445,628 445,628 0000000000000000017d4ef73557b96687bf2b6eb1f32a3c2af969b7e3b64fc0 334 0.18/1.00 vMB 70
445,627 445,627 000000000000000002071e662a6113be4a12017c8748e3b64ed8b75193ec69eb 695 1.00/1.00 vMB 21
445,626 445,626 000000000000000001e1aeb6d767cf40d0c5aef6dfb647bb11e29411fb5a5650 909 0.39/1.00 vMB 79
445,625 445,625 0000000000000000028681f432fb2ffd1b38e3e2715423a77da11b7460c6f88f 450 0.18/1.00 vMB 76
445,624 445,624 000000000000000000fc97c4cd1f956f46a420536ca4851c31ad9d32f4e8ec0c 571 1.00/1.00 vMB 16
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.12 GB
    • Received: 16.40 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.