Loading Tool

Explorer IconExplorer

Memory Pool

74,363 transactions
28.67 vMB
0.07517557 BTC
Random Selection Loading Transactions
Max Size: 169.83/200 MB

Candidate Block

Mining Attempt 63afa921645a160c3df5cf76f219c2581d8a42dde4a8ee8f046a5ae6a594fe68
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root ae6636ad2b892ed23e85d9f6cba63894e60f2ba990519d590c75298f13407188
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.01758613 BTC
Feerates: 250.89 > 1.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (404,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,572 510,572 0000000000000000005c597f2927523293f2ff2b18c8b00fd23bc339b8ec03d4 2,132 1.00/1.00 vMB 55
510,571 510,571 0000000000000000004157307eac33d0e0e2a094eb290a7bcdd2aed6ead98ceb 894 1.00/1.00 vMB 15
510,570 510,570 0000000000000000003f1a83353afe551972f9fab155879340738ac4e1c1db58 1,886 1.00/1.00 vMB 56
510,569 510,569 00000000000000000011a1c572332588ee205a874f551dee3b6210d3728b2251 1,206 1.00/1.00 vMB 34
510,568 510,568 000000000000000000552fbe5dad6a17b1b9144c3cd182eb24dfdd0ffbace92d 1,415 1.00/1.00 vMB 40
510,567 510,567 0000000000000000000132a29b33cfe1bd85f4990dbdbf9d7b9e1fe63a1e975a 435 1.00/1.00 vMB 7
510,566 510,566 00000000000000000015559e5e9a519784d72b4b0fc61751d85af20d78e4f584 1,651 1.00/1.00 vMB 22
510,565 510,565 0000000000000000004b30e9a6e84542c29cad7ecd53b3200cf5101f1fd12f37 1,388 1.00/1.00 vMB 41
510,564 510,564 000000000000000000415d0003139e5e42918b4c7c2e1be2e0a539394b50f777 804 1.00/1.00 vMB 15
510,563 510,563 00000000000000000049ebf3b22bbe3b77b75efbb409750cc45c2f7aa7ba79cd 1,264 1.00/1.00 vMB 50
510,562 510,562 00000000000000000034f24f6cfc3f3c56d66126a00f3ad314e780f85fa2cea7 2,285 1.00/1.00 vMB 74
510,561 510,561 0000000000000000003607125e4f7a9e75aa04ad8f673930d43dba07684c2e83 618 1.00/1.00 vMB 12
510,560 510,560 0000000000000000000229aeae7e6d47e136ce5888dbf5d96b587f5d5ba3447e 1,828 1.00/1.00 vMB 45
510,559 510,559 0000000000000000000471388ec9611d9a5bcf8f56776cfffdbf10164f3a068c 1,352 0.95/1.00 vMB 42
510,558 510,558 00000000000000000057697b5936bb2385288983972e0cf046dfb84d14f145b5 1,840 1.00/1.00 vMB 10
510,557 510,557 0000000000000000000e8e8925a03a31d4ca73028a13ffee64376edc8711f7ab 1,366 1.00/1.00 vMB 36
510,556 510,556 00000000000000000030434b419985fbc3d225b3c06d611936cd799fc56b0003 1,983 1.00/1.00 vMB 66
510,555 510,555 0000000000000000002c64a4e8b208f9bfd448e0c2542a0780311581beee7fe0 1,769 1.00/1.00 vMB 22
510,554 510,554 0000000000000000001d196aed0f5a2fd07b9a3358d7f4f57428f1ff40701963 1,563 1.00/1.00 vMB 89
510,553 510,553 00000000000000000033df0f20ed413c6bdc17b3dbc04dc0c54c8fda7a35a13c 820 1.00/1.00 vMB 47
510,552 510,552 0000000000000000004dde4b9f58762bcf8e99cf83fd1dac3b31556d39f9e52a 1,634 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.