Loading Tool

Explorer IconExplorer

Memory Pool

83,235 transactions
31.39 vMB
0.09069810 BTC
Random Selection Loading Transactions
Max Size: 192.24/200 MB

Candidate Block

Mining Attempt 5a344e5013d30b2d7fd70857c3cea40d3046af3268d19e12035b3e1ef1ee1542
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 425ecbbe89dd87e4a8c0111e212d9193ae0f08d74ce306399f03b6c098baaaa8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,472
Size: 1.00 vMB
Total Fees: 0.01937894 BTC
Feerates: 40.68 > 1.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (364,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,041 551,041 0000000000000000002898b23e4c01a1ff777d8f8e794502c5fcd488272805ce 2,561 1.00/1.00 vMB 18
551,040 551,040 0000000000000000000ae087a183500dbded6f836bac32b7f18dbf7e7b826154 19 0.01/1.00 vMB 45
551,039 551,039 0000000000000000000ce5ea7a92bb15a7040426333b3c3f8e9d5db7ac96dd1c 2,713 1.00/1.00 vMB 43
551,038 551,038 000000000000000000206fbc5f6d40e0875fe4f5be9bd151fe064419590be651 2,173 1.00/1.00 vMB 25
551,037 551,037 0000000000000000001de98c2790d9631b348160a8c47c64ebc23124af562f0d 1,705 1.00/1.00 vMB 14
551,036 551,036 0000000000000000000a71c07f70cb6dc89b7ada94eaa9dddf83691d6ff23adf 1,846 1.00/1.00 vMB 7
551,035 551,035 000000000000000000097bd93c5e0492aecf57cb0145c7a81db1f90dbec4e40a 2,757 1.00/1.00 vMB 48
551,034 551,034 00000000000000000009d18b993b6632561ebddf2795249a978a7d917afd601b 1,428 1.00/1.00 vMB 31
551,033 551,033 00000000000000000025fd45cf6f8dcc738455e5453447d0266d96ffd829bd02 2,703 1.00/1.00 vMB 33
551,032 551,032 000000000000000000248dc39b7cb11fe26d6dcb9a05adb9826671ec04b15cbe 1,432 1.00/1.00 vMB 28
551,031 551,031 0000000000000000000bb4f7efaf741f9ba87d748aad360463ed7676d27b9d1e 2,008 1.00/1.00 vMB 13
551,030 551,030 00000000000000000015f4ed078db5c8fc0d833b2254d7e7705eb4074e3ad6ae 2,885 1.00/1.00 vMB 54
551,029 551,029 00000000000000000025000d5b5b302b2bf2ad8592ad7b095c72a98ac8a2c815 904 1.00/1.00 vMB 12
551,028 551,028 0000000000000000000de18fbbc1c099c71924b217920a4abfd57ce782455ef8 2,351 1.00/1.00 vMB 37
551,027 551,027 00000000000000000022be52d83653cb28d1e647d911aba8bf972a45521ada7a 501 1.00/1.00 vMB 4
551,026 551,026 0000000000000000001309fa5e28b8acdbe0e3771d69a58dc81a66be717d79b2 3,040 1.00/1.00 vMB 39
551,025 551,025 00000000000000000007832e8501315ea9fdd15371eeafe8b1691595671393b7 1,539 1.00/1.00 vMB 19
551,024 551,024 00000000000000000022b40494012337cc3c5d98ce91ea6c9f7beba7747663fb 2,899 1.00/1.00 vMB 35
551,023 551,023 000000000000000000174e3d59303c3fcd7c9e44db8a6fb3e72c67e2fe8eaabc 1,606 1.00/1.00 vMB 17
551,022 551,022 0000000000000000000f9eddc1a3117ff0d54dd3e58eddd3d7ff50eb1da33bb7 1,726 1.00/1.00 vMB 22
551,021 551,021 0000000000000000000b8bcd395a024bb86ff88e117d33614989090c0e81b03c 967 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.78 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: 709.66 GB
    • Received: 16.95 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.