Loading Tool

Explorer IconExplorer

Memory Pool

78,318 transactions
29.43 vMB
0.06684646 BTC
Random Selection Loading Transactions
Max Size: 176.67/200 MB

Candidate Block

Mining Attempt a239bdf5846d087d86433115d45e1f983d6625c93c596d4fd2100da91e5767d3
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 4a21e075703c1e8cec0624349154686235880328aefccd4d2474280027d256c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,708
Size: 1.00 vMB
Total Fees: 0.00707454 BTC
Feerates: 180.34 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (459,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,386 455,386 0000000000000000014eb506bc572f5ec9d2c547cc11aea4a7ad4de54502f956 2,005 1.00/1.00 vMB 120
455,385 455,385 000000000000000002654b35f05570e4aff1c861c4381228fae5667a4cb7d92a 2,051 1.00/1.00 vMB 124
455,384 455,384 000000000000000002006b4296d1188b204507640384519d428a06aeac487e61 1,928 0.86/1.00 vMB 139
455,383 455,383 00000000000000000198a17d4d8e94a00520bcf782a6ff5ae91aef02bc01bb7c 2,616 1.00/1.00 vMB 190
455,382 455,382 0000000000000000002b35a7db47a5aabf239318ed25e5074a20396bf1d1a9c4 2,378 1.00/1.00 vMB 116
455,381 455,381 0000000000000000024375a52e60488283a2740929aaf38732eb03421b254b0e 1,512 1.00/1.00 vMB 123
455,380 455,380 000000000000000000fe6828d1099a9bb5465c1d0df2a28ff63090e9941ef2e7 1,906 1.00/1.00 vMB 123
455,379 455,379 0000000000000000020e1320ca3138d16a9d6e7e7347f4c8f69f8b845492a9ff 2,091 1.00/1.00 vMB 130
455,378 455,378 0000000000000000011a4e77cd99f44942784110542caeac19134268073748b0 788 1.00/1.00 vMB 103
455,377 455,377 000000000000000000d7eec37b8f62060870fc1bc0090b98e4b9ed7d72661abf 996 1.00/1.00 vMB 109
455,376 455,376 0000000000000000016a5e37f84d77c32f25e59e36e031f280091f29fe356cfe 2,439 1.00/1.00 vMB 171
455,375 455,375 000000000000000001eac564e958c5fa656829dd1c8299d584ed2d06b91173f1 1,787 1.00/1.00 vMB 152
455,374 455,374 00000000000000000221f2ee08b6d9de17e08e81ca0a9fd8aa094a579dd71738 1,730 1.00/1.00 vMB 103
455,373 455,373 0000000000000000012f6c3f01883f95bc5b8f77a5a64913601706d9a0cd8d3e 2,137 1.00/1.00 vMB 124
455,372 455,372 000000000000000000ed976d61203bec4d7936d018f876029e894fa84aaa0bfb 1,933 1.00/1.00 vMB 132
455,371 455,371 000000000000000000e86b9589f473122f2f7aa2224fb7f9aae9b14e3e16e678 1,047 1.00/1.00 vMB 117
455,370 455,370 0000000000000000008b58782c1550f42833abf7ace8afe8a36cf5a74d086f52 1,914 1.00/1.00 vMB 151
455,369 455,369 0000000000000000012cd7c391621be6149b687a8f4288f042d0ccb6d49d36e8 2,409 1.00/1.00 vMB 172
455,368 455,368 000000000000000001e5e908de7e0cb735e228eb015617e37d931b7b7a94b902 2,139 1.00/1.00 vMB 144
455,367 455,367 000000000000000000a097011ee34e68d5fc6ed1457f88df6db58e227bcd6944 1,626 1.00/1.00 vMB 118
455,366 455,366 000000000000000001bf549ca8688e4184632dbb390a277f8e37618bf2c8a914 2,068 1.00/1.00 vMB 195
Previous 10 blocks ↓
Total Size: 782.43 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: 665.47 GB
    • Received: 15.14 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.