Loading Tool

Explorer IconExplorer

Memory Pool

45,052 transactions
27.36 vMB
0.10358443 BTC
Random Selection Loading Transactions
Max Size: 143.06/200 MB

Candidate Block

Mining Attempt ed9ac7193fc582e48b5779ff39a23769166901c46667c2bcc6bc893d49620b9e
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 9efcb967a4fe168391712ff838dcc2e3a641d69b8de84cd2ecd73873e8580e85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,621
Size: 1.00 vMB
Total Fees: 0.04639107 BTC
Feerates: 151.01 > 4.65 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (62,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,713 852,713 000000000000000000034adba1b5ba7f6fe047c5d4324867b5acc4abdf138c2f 2,827 1.00/1.00 vMB 12
852,712 852,712 00000000000000000001672387abddd1b6bdb71f8abbef087b1b44b9c731313f 2,904 1.00/1.00 vMB 13
852,711 852,711 00000000000000000001459fbe0477dceedc0f72b7baae70e124efac1b410b26 5,035 1.00/1.00 vMB 6
852,710 852,710 000000000000000000000e197885b8fcb02eaed6a35e54fbe743df527e090956 1 0.00/1.00 vMB 0
852,709 852,709 00000000000000000002d21c214d2bd274f7fb160bb4dcbd1e52bb0d202178a7 3,713 1.00/1.00 vMB 11
852,708 852,708 000000000000000000018e99e48ddb91ceff1f2007bfdc9fa9553e3a1597bf19 3,683 1.00/1.00 vMB 8
852,707 852,707 00000000000000000002a83dc4fe1df1a487e6c0dc1d82329914bccb519e5fb1 3,179 1.00/1.00 vMB 6
852,706 852,706 0000000000000000000206abf1f5031e52f9b75b2b901fc207e144002d1f17a9 3,002 1.00/1.00 vMB 11
852,705 852,705 000000000000000000001e5965895f9f0b61b9dcb83b15a5e94b18b3c75e67e7 5,443 1.00/1.00 vMB 6
852,704 852,704 000000000000000000001749b5f541369476c69fe48bb4b7a2e0af716a03e292 6,667 1.00/1.00 vMB 4
852,703 852,703 00000000000000000002bb48bd8cb381e1ffe8c1217936c023f46dd90d2f1f60 6,985 1.00/1.00 vMB 4
852,702 852,702 00000000000000000002e9349daedac2532900fcd4fa9c83b2d9b914bd414914 6,999 1.00/1.00 vMB 4
852,701 852,701 000000000000000000014adee03f847f774128d12795e0cf8144c730701f7703 3,165 1.00/1.00 vMB 4
852,700 852,700 0000000000000000000046371e5535cc62be4c4285c781aab297d8adcc922904 2,756 1.00/1.00 vMB 7
852,699 852,699 000000000000000000014afe23df32c5be5075084c0ca4a1a104558ab71ee6a2 2,419 1.00/1.00 vMB 9
852,698 852,698 00000000000000000002c1891e1a29ee7ea4b1127cf06b6e9e381c4d3e1a708e 5,994 1.00/1.00 vMB 6
852,697 852,697 000000000000000000007ef68bcb549b0cf8c53ab7dd3e0b11c88dd33a05b1eb 3,753 1.00/1.00 vMB 6
852,696 852,696 0000000000000000000380c90d78937b8988b042d4a143e40cd7cfdd08417b28 3,398 1.00/1.00 vMB 9
852,695 852,695 000000000000000000021bd76808316f465db894f2ff1602a2a457b88c9416f7 3,748 1.00/1.00 vMB 7
852,694 852,694 000000000000000000025a3a4b6378eb2e1622ea64d637a5a64bf74ef3b72335 2,695 1.00/1.00 vMB 8
852,693 852,693 0000000000000000000380f7d1c429942e79e221355cc618af8ee9a28ab6d129 2,965 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.