Loading Tool

Explorer IconExplorer

Memory Pool

44,947 transactions
28.67 vMB
0.07047703 BTC
Random Selection Loading Transactions
Max Size: 151.47/200 MB

Candidate Block

Mining Attempt a38207a8bdd83830a9393eb350c4928f9880d0a6c6cb367ac2a357e7dd8ed9ca
Version 20000000
Previous Block 000000000000000000002cda40907564e46bc0c7de547112e5b0304070620d30
Merkle Root f747c922ff38d2132da5d4028015a7bf45b385dcf1cdb23775172f2bcc451c4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,888
Size: 1.00 vMB
Total Fees: 0.01526825 BTC
Feerates: 58.92 > 1.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,807 (456,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,042 458,042 00000000000000000113c6c3febb7887175e597ef30f1ad7481721292ca89c76 1,320 1.00/1.00 vMB 100
458,041 458,041 0000000000000000024c9c8d3ecf332c34c272a14ded6047b39884343f35e7c2 1 0.00/1.00 vMB 0
458,040 458,040 000000000000000001b42cb4693b3b454b0667d0bd43500318fb82b2bf6cc05d 1,777 0.92/1.00 vMB 165
458,039 458,039 00000000000000000025d0233a763e50e98d575033b5ca1abafb06e42e60c6f4 1,432 1.00/1.00 vMB 117
458,038 458,038 0000000000000000024986e75a820316cd3947ffbecd967e41db0cc1b7498f69 1,824 1.00/1.00 vMB 143
458,037 458,037 0000000000000000010a956d68078065542c678ad8a7389757cde9c6d46d2fb9 2,192 1.00/1.00 vMB 138
458,036 458,036 000000000000000000399f44d55ddf6cb6a427590bb36aea318fd30c5a9f502a 2,718 1.00/1.00 vMB 217
458,035 458,035 00000000000000000216b485ca54610f4670552f8c98a822852414e775878e87 2,345 1.00/1.00 vMB 167
458,034 458,034 0000000000000000016f39a1a4929f4a77edbc52c4d983b3a06154bb85936da1 2,742 1.00/1.00 vMB 225
458,033 458,033 0000000000000000011c9a6c469630f5b2a5b3dfff272d643249e7c2dbd3cfca 1,712 1.00/1.00 vMB 126
458,032 458,032 000000000000000000e82899cbe535a59b1838a1e98388aa2866b180e885f11f 593 0.26/1.00 vMB 199
458,031 458,031 0000000000000000008246f19524bae1da6630f54571dac121f0dc737cbfb370 1,270 0.99/1.00 vMB 81
458,030 458,030 00000000000000000223ea7c141b822a91b5d9cd9fa10fe5d4f9d13f4d67467f 1,492 1.00/1.00 vMB 72
458,029 458,029 0000000000000000007131703b20dd9e892c2d92d21e54c7fb534edd215e42ce 2,629 1.00/1.00 vMB 208
458,028 458,028 00000000000000000068267f526981f93bb8290de2a9ab74c5954b60ad6e3bd8 2,430 1.00/1.00 vMB 201
458,027 458,027 0000000000000000013b58e3d1c7c20d328fc33fdaf2a828fc237bc1cec1e5a6 272 1.00/1.00 vMB 8
458,026 458,026 000000000000000001f3731a72c4ec45accb37ae15df77491ceb9654b142bafa 1,829 1.00/1.00 vMB 136
458,025 458,025 000000000000000000e0c90ab704f93d2025d9a7ce7d404e7045d72a9703163f 1,785 1.00/1.00 vMB 131
458,024 458,024 000000000000000002442ffcbab5e52a8b6ed6d4f5f4414cd13fe95ab72b5d0e 1,320 1.00/1.00 vMB 118
458,023 458,023 00000000000000000132eefc323eda8a96e1baaf88c146184d90280ec1ea517b 1,937 1.00/1.00 vMB 120
458,022 458,022 00000000000000000139666e1bd28d123a6ddaad19c536d0969d4a9a442afbcc 2,637 0.99/1.00 vMB 226
Previous 10 blocks ↓
Total Size: 782.04 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: 650.78 GB
    • Received: 13.32 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.