Loading Tool

Explorer IconExplorer

Memory Pool

41,919 transactions
28.21 vMB
0.07034975 BTC
Random Selection Loading Transactions
Max Size: 145.12/200 MB

Candidate Block

Mining Attempt cc61357f0b7711239eec56073eb22af8ac2ffc1190dcc9c078140e2414b79a36
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root a615a6d2e1901456d0d953512b0cc3126e8f162d560fcef412a2a16384f5e97a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.01509675 BTC
Feerates: 100.56 > 1.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (332,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,300 582,300 0000000000000000000193279e8745106bd825d52f76298b5b7ff251c25548f3 2,931 1.00/1.00 vMB 65
582,299 582,299 00000000000000000023cf470260af608c1be3715379c4bd1971c42abaf2c40c 779 0.93/1.00 vMB 32
582,298 582,298 00000000000000000003b1055e03ac6d20ca4a85a5f1b6cf4ec790ed08d8d51d 2,363 1.00/1.00 vMB 17
582,297 582,297 00000000000000000025a842feb533a9c14fc9a5b973dcb924011688cd30ab2d 3,021 1.00/1.00 vMB 79
582,296 582,296 00000000000000000014a53cedec40791612a7e9e3bdabfbbc4548b0d3289866 2,384 1.00/1.00 vMB 53
582,295 582,295 0000000000000000000ec725e3c7ab32f6e7ea83baf1253e4b276e3b7ac2e36d 2,105 1.00/1.00 vMB 42
582,294 582,294 0000000000000000000925020471d2a61bfe2288efcfbc24d091c5bd7f2203bf 2,953 1.00/1.00 vMB 9
582,293 582,293 000000000000000000090a2692cdedef528164c16f64b3e802faccfb49ce61a6 2,913 1.00/1.00 vMB 66
582,292 582,292 0000000000000000001249f2ed010b5f5d6add34493cb957aec21f839e172a1b 2,811 1.00/1.00 vMB 59
582,291 582,291 00000000000000000025d02e2123014ecfe3825a02984fd3504b3763ab3d3ac1 3,728 1.00/1.00 vMB 100
582,290 582,290 0000000000000000001fbfd16033ebf7c2c298f55c592e82ba37b11643f3fc42 2,783 1.00/1.00 vMB 24
582,289 582,289 0000000000000000000ab9aa4bbda512bee5bf2b8ac9f78e625a2fc60e820e1f 3,363 1.00/1.00 vMB 92
582,288 582,288 000000000000000000201a2aa998401d740bad964ef2c92e7d56f62b27e6f2a4 1,841 0.95/1.00 vMB 34
582,287 582,287 00000000000000000024ccecbf95ce4fe6cde4014bd6b05f922d879c0f2020f4 974 1.00/1.00 vMB 4
582,286 582,286 0000000000000000001fa0cda17bdef366206e94ea123de358f1d24db591e3be 3,088 1.00/1.00 vMB 57
582,285 582,285 0000000000000000001de3389ad3035e0ff030a09051436a7f857a9c0c198247 2,479 1.00/1.00 vMB 64
582,284 582,284 0000000000000000000c7659ac62ed7801db0bd9ee40b8363dd7561ec7069a54 2,542 1.00/1.00 vMB 44
582,283 582,283 00000000000000000016ebcde848051bbc7f2a6145230221d89f8a8cba8ee51a 2,430 1.00/1.00 vMB 12
582,282 582,282 00000000000000000025200d52cbf645b2a6a5f0299e64f116584f917ef66a83 1,456 1.00/1.00 vMB 89
582,281 582,281 000000000000000000220f57b1c4d536860bcdd59af0044f131e58b3d444fb5a 2,436 1.00/1.00 vMB 89
582,280 582,280 0000000000000000001e863d55daa776918f6a949b44a836d60f45a518a0b09d 2,061 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.75 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: 631.82 GB
    • Received: 12.08 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.