Loading Tool

Explorer IconExplorer

Memory Pool

28,037 transactions
27.74 vMB
0.08301430 BTC
Random Selection Loading Transactions
Max Size: 133.26/200 MB

Candidate Block

Mining Attempt eb1699b0a400a83c14fcf2744ffec21f63318114f16666fdd8e9a4fde98dbd94
Version 20000000
Previous Block 000000000000000000016ebf7cfb5b49d52a5da9adfbdfb60a56c93537ca3094
Merkle Root aba4e96e7e8cd61f8c93b8c202e75c0f46f64d9e72a6d7fc93183b3e1eeb4872
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,223
Size: 1.00 vMB
Total Fees: 0.02990191 BTC
Feerates: 157.35 > 3.00 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,479 (296,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,767 617,767 000000000000000000093c16aa2fe95131e627476b33c27f309de708f6c6d78c 2,758 1.00/1.00 vMB 36
617,766 617,766 00000000000000000002181fc2d562fa6712da815beed757178ef2f571b3f625 3,189 1.00/1.00 vMB 9
617,765 617,765 0000000000000000000b9aa7e70cfe32e20e0da5c65fa827569c8c5d5c400883 2,088 1.00/1.00 vMB 8
617,764 617,764 0000000000000000000d2f8d5fdfaed175434b65081394792989588bea70fca3 2,724 1.00/1.00 vMB 8
617,763 617,763 000000000000000000028e4aecc0d47f5a852045ea68b12e267ae3c93bbd86ca 3,157 1.00/1.00 vMB 14
617,762 617,762 000000000000000000073c667322a3ea5edea956be383a1b7e3f29cc22defedc 2,684 1.00/1.00 vMB 38
617,761 617,761 000000000000000000107c1a6cf2a3f8be84a506273dc34b109d417a3a69e62b 2,752 1.00/1.00 vMB 25
617,760 617,760 00000000000000000009530df54c3a653c5cb915d5d3c6e14e58be4c950a644d 2,481 1.00/1.00 vMB 14
617,759 617,759 0000000000000000001127846dadc61e2a1ad8ce1112ab6becb56120f95d690f 3,190 1.00/1.00 vMB 39
617,758 617,758 0000000000000000000768e68c356a8500aed30ff458ddf3f7142f2c2ee58bd6 2,446 1.00/1.00 vMB 21
617,757 617,757 0000000000000000000f87dfcc05f7eb27e6b13103072e18eadb0745a543f8b2 3,108 1.00/1.00 vMB 16
617,756 617,756 0000000000000000000d88bb84e7593718c7ad79ffe2115f3af00091e0984672 2,837 1.00/1.00 vMB 15
617,755 617,755 0000000000000000000f7141661345ce1f897c43025d93266a54656da1af4202 2,088 1.00/1.00 vMB 17
617,754 617,754 00000000000000000002764169479fe0f35b5b18b747ea9e2db287b96a10fb07 2,138 1.00/1.00 vMB 10
617,753 617,753 0000000000000000000969d4b39a28f7601e118352119ef312c4ead390942a2e 2,666 1.00/1.00 vMB 32
617,752 617,752 0000000000000000000f400efb08757aaacbcf3f77b866d6a098f8af4a2a7211 2,054 1.00/1.00 vMB 16
617,751 617,751 00000000000000000007380361914db75842cc8cb18b91b03ade85e85a4e4166 2,204 0.87/1.00 vMB 14
617,750 617,750 00000000000000000003a92fa0f3ac8fcdc1bb4ffc859d20b8f9aaaef9fb7c9b 3 0.00/1.00 vMB 0
617,749 617,749 00000000000000000005422b4f4b17f2e25250f5ffcdb9c0fd2c94a47aa34245 1,974 1.00/1.00 vMB 21
617,748 617,748 0000000000000000000c1c22ed6172362b08b364e23b9ac8d85a253e82607e4e 1,153 0.41/1.00 vMB 18
617,747 617,747 000000000000000000003c14773b4fc7b6f7291d4936284f8080055184b2a1f6 256 0.08/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.03 GB
    • Received: 10.78 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.