Loading Tool

Explorer IconExplorer

Memory Pool

77,236 transactions
28.70 vMB
0.09472846 BTC
Random Selection Loading Transactions
Max Size: 173.98/200 MB

Candidate Block

Mining Attempt ff1144cb6516f1a72b419ce7152c2058a561d7c902ca90c94f66212cf61ea89d
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 4b4609bad6654ed61eda2776b89dde25c437eed6d154d1c2bb96ceaab1fb703b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,436
Size: 1.00 vMB
Total Fees: 0.03516014 BTC
Feerates: 101.64 > 3.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (795,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,658 119,658 000000000000124da2a43903de4cfdd71b20e68d86058f94ba942b03fde5f554 13 0.00/1.00 vMB 1,481
119,657 119,657 000000000000439a4798ae22d0fabbbfed96abf2e3da94b3aafb200bbe420df3 7 0.00/1.00 vMB 250
119,656 119,656 0000000000006bc698641612fe2f7b654dcec3b80c93dec33b858075fe1db9cf 20 0.01/1.00 vMB 1,730
119,655 119,655 0000000000002eedec67499598204b6da7cd1136635827ac36ceb488e28d2cf0 14 0.00/1.00 vMB 1,336
119,654 119,654 0000000000009726448d1f22dbd9e0651b8fe1734582f3a768e6bb4522cbee8a 9 0.00/1.00 vMB 0
119,653 119,653 0000000000000f8e1fd5d6abc281d358a9b1b0521ad8fbfd8f12b617de6f9ce1 6 0.00/1.00 vMB 971
119,652 119,652 000000000000894ffa1a0122df2a55aa88fd5551773d4064de65a2811d6743ba 12 0.00/1.00 vMB 646
119,651 119,651 0000000000000197913b3d2c8398e1a67fbd47e01f797189149e00b8a7a01a1e 3 0.00/1.00 vMB 0
119,650 119,650 000000000000b2b1f8bdf126c278292e72a5528f616b03459abe53166339d250 9 0.00/1.00 vMB 0
119,649 119,649 0000000000003b30e5a0859d186ec400fc6df817e9cf1b1717a5008389ffc84b 15 0.00/1.00 vMB 1,230
119,648 119,648 0000000000007cca0d06307d457d52b019e47267b551ac9724b54fdd3eb04b14 24 0.01/1.00 vMB 1,060
119,647 119,647 000000000000891f995b2f3e89d57010ff1117478fbf241cd09635f529451800 12 0.00/1.00 vMB 958
119,646 119,646 00000000000084ed3ae8d41a0d1f0d2259c931bfd123357848cd24551f3c816a 34 0.01/1.00 vMB 585
119,645 119,645 00000000000022f007be07d0551eed5ac0aa1109f87e532ddb338dff7e3debc1 11 0.00/1.00 vMB 0
119,644 119,644 0000000000005c8c934f60a4521b5193f1e74664e0b06a47f9b12e22450186fc 18 0.01/1.00 vMB 980
119,643 119,643 0000000000007f6dbabf430a5271c3ead5532153b56c924e56a0982badc37528 8 0.00/1.00 vMB 314
119,642 119,642 00000000000071e3925ab440fdd6d616f0377d7d9f4d96d0b92bfb92726f67ea 12 0.00/1.00 vMB 320
119,641 119,641 000000000000b18e9ef86f44f199da565943a32ad6252f16ce4601589bec27a7 9 0.00/1.00 vMB 683
119,640 119,640 000000000000462b53cdbc160b0f024ad9571ca840f978a29900809895b139ca 12 0.00/1.00 vMB 2,269
119,639 119,639 00000000000066a121abda0bbf0cfc05bf4ca7d0cc2a240dbc1f2fa93851c9a1 7 0.00/1.00 vMB 0
119,638 119,638 0000000000009ed62b0ed9eb52788c6cd3dccda061cf112db5cf27de75a5ea92 16 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.59 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: 671.61 GB
    • Received: 15.96 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.