Loading Tool

Explorer IconExplorer

Memory Pool

76,007 transactions
28.37 vMB
0.06745165 BTC
Random Selection Loading Transactions
Max Size: 171.90/200 MB

Candidate Block

Mining Attempt 17f276d7fe80d4560201abc8bf7b17f06d1ac9083ecc9dd9b41d1f9948127546
Version 20000000
Previous Block 000000000000000000013692c334da3888f451a334566c03c222fde1e46135de
Merkle Root 53c0fcb815c2d7ab13dcc4bf90fe13f865c783496caf8724a522eace214f7559
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,888
Size: 1.00 vMB
Total Fees: 0.00879124 BTC
Feerates: 178.73 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,135 (440,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,434 474,434 00000000000000000142291d7abde4c757255b6af5308442daa9592137040539 1,465 1.00/1.00 vMB 156
474,433 474,433 00000000000000000163bc2a030983c43870ffafb28aff985d61db0ba8b5b3b2 1,814 1.00/1.00 vMB 207
474,432 474,432 0000000000000000015277bb694d5b000993d4a41207cbf94764f3665f84ac5f 2,182 1.00/1.00 vMB 304
474,431 474,431 0000000000000000015d11c72cb29583213c8b8c9b31838bc139b6f480a7f7ed 1,676 1.00/1.00 vMB 378
474,430 474,430 0000000000000000013527e8578ee9b022a7183269b5dbd237a44effac7009f4 1,700 1.00/1.00 vMB 245
474,429 474,429 000000000000000000097d9b603b3976b1e46e6c82f5fbdc8c72f8c84bba296e 1,493 1.00/1.00 vMB 86
474,428 474,428 00000000000000000125bfbba2ae6cd32bf98fa89c83e84d1182a681fe8b1498 1,634 1.00/1.00 vMB 205
474,427 474,427 000000000000000000ebef2dcefd250b457f8b9adc89aa74e3e5d99b8bc99d28 2,340 1.00/1.00 vMB 312
474,426 474,426 000000000000000001724e7d8f1a365f4c24d7fe4761dc0d5d360b4fa2e1a2ca 785 0.99/1.00 vMB 69
474,425 474,425 00000000000000000149b8fb9450ea92c6c52708decffe6eddac27580b8a8e94 327 1.00/1.00 vMB 43
474,424 474,424 0000000000000000010a66b099b42314575aa0d641c75f02602fbb00d388f570 131 0.99/1.00 vMB 31
474,423 474,423 000000000000000000cf4fbc9ae5fb36d4a84797397e73d98a548b356ea1e2c2 551 1.00/1.00 vMB 54
474,422 474,422 000000000000000000b8123a0e836a125a1004325acc7e993ba7eb903c86c8d5 1,334 1.00/1.00 vMB 116
474,421 474,421 0000000000000000009d05452acb8a474aa4deb4fff9de82d92e80a97c630d82 575 1.00/1.00 vMB 62
474,420 474,420 00000000000000000144d3fe585eceef015772afa01960bc7fcc42f9efd1e218 1,372 1.00/1.00 vMB 152
474,419 474,419 00000000000000000021e2e521197a9ad5b5434466273c9adeed630a6d2e43b9 550 1.00/1.00 vMB 36
474,418 474,418 000000000000000000b4d3b17df4ad832ae23c59b312bebcb0fa090dd2622197 585 1.00/1.00 vMB 50
474,417 474,417 000000000000000000b2394b6f3fb743fa11e0d612ec02a77f670cff92a674d2 1,627 1.00/1.00 vMB 158
474,416 474,416 00000000000000000038c2a5da183c8120ea7a9c51bd574b17398b12aecb9591 654 0.29/1.00 vMB 177
474,415 474,415 0000000000000000013f55e8b3e0790f9a1d3d00339500f549bd1dfb0c9dc3e9 220 0.10/1.00 vMB 203
474,414 474,414 0000000000000000013dd8876364421f2088a48612c8791ca6d294fd82316d6d 537 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.63 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: 672.10 GB
    • Received: 16.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.