Loading Tool

Explorer IconExplorer

Memory Pool

79,330 transactions
29.74 vMB
0.07654063 BTC
Random Selection Loading Transactions
Max Size: 178.33/200 MB

Candidate Block

Mining Attempt 0e045de230ae2058268c0c55095886ad9d1cd5f27066d0e56dc477c7cfa22fda
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root e8c777898085800a787e329edad0ae6e29ed3957296f445e39046989f195cd6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,620
Size: 1.00 vMB
Total Fees: 0.01596783 BTC
Feerates: 150.77 > 1.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (459,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,391 455,391 0000000000000000027c6624705f4dea79ce94c2c225238b087c7dda1bf5342e 2,180 1.00/1.00 vMB 129
455,390 455,390 000000000000000001a1193825e7e31305e16a818fb2ed8d20c3a8e8fa10aad2 1,816 1.00/1.00 vMB 149
455,389 455,389 00000000000000000212c35a70c6f4d70b8d0ff457352952e19e77977ea03574 2,102 1.00/1.00 vMB 202
455,388 455,388 00000000000000000147360bd537025cb009cd212df617b986eecaef8b1121d6 2,272 1.00/1.00 vMB 151
455,387 455,387 00000000000000000099d9b7e2894e85c83f9d33cf798d32ff8ed85cde4d9637 1,932 1.00/1.00 vMB 155
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
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.