Loading Tool

Explorer IconExplorer

Memory Pool

38,616 transactions
26.12 vMB
0.05074544 BTC
Random Selection Loading Transactions
Max Size: 135.81/200 MB

Candidate Block

Mining Attempt a39a6684c51ae7a22d224bbdfc368bb9b64e02cf292df1a067540a6371c77ae2
Version 20000000
Previous Block 00000000000000000000198ff07127e464778e789eabf8b957b3c7d807826501
Merkle Root 3ae91a3e7802181b19d330e2032c1067ca878048f379e8cfaa8e723907519ec9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,162
Size: 1.00 vMB
Total Fees: 0.00312928 BTC
Feerates: 14.35 > 0.31 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,868 (219,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,340 695,340 0000000000000000000fb8b4ef004fd3decbb1e2337eb2c35dfe10212cf1448d 1,442 1.00/1.00 vMB 11
695,339 695,339 0000000000000000000ddaa5360a5b9a0bd6a09ae3795a43422c4eb18516b3da 1,017 0.66/1.00 vMB 3
695,338 695,338 0000000000000000000b59bbfcb9fdc2feb4345007b2f6b49e70fc443356e33a 1,906 1.00/1.00 vMB 5
695,337 695,337 00000000000000000000d0d2cbe071da7c6ca330049a5d318b331eafccfcee88 2,888 1.00/1.00 vMB 6
695,336 695,336 0000000000000000000f656f7a5b1d1203fd6ca0b62b1ea38eb877beb3dbebcb 2,091 1.00/1.00 vMB 6
695,335 695,335 0000000000000000000014851a19eb6ad2a3250c61524de799f2b94f17899d2c 2,692 1.00/1.00 vMB 13
695,334 695,334 000000000000000000020df02c8189edd06dafcf86f0e8f5d01da13d9999ef99 2,711 1.00/1.00 vMB 29
695,333 695,333 0000000000000000000143e5136614946e7e451908ef0bab5ac182b887148609 1,311 1.00/1.00 vMB 3
695,332 695,332 0000000000000000000f92ec14cdf3cff6cecf20fbfdeaff2126e009a4027635 1,114 1.00/1.00 vMB 4
695,331 695,331 0000000000000000000f628a1a8fd4da9eae3887009cc39d3fa1130f8fa3b1c6 2,034 1.00/1.00 vMB 10
695,330 695,330 0000000000000000000d9583b80d6dd18d182e47f339927cdfe4571d20df0e83 3,045 1.00/1.00 vMB 5
695,329 695,329 000000000000000000037031270fb17737ace867eb155a7a3e82b8915f42b921 1,823 1.00/1.00 vMB 7
695,328 695,328 00000000000000000012c7315fb4193072214f03029803ec95e098bb0947d947 1,924 1.00/1.00 vMB 17
695,327 695,327 0000000000000000000908a8a31fa9efdd570baac347d529a3073a59c2a896d0 1,920 1.00/1.00 vMB 9
695,326 695,326 0000000000000000000bb0689a09493cf12e2c7ef85bbd3edf8c911f2262d1f5 577 1.00/1.00 vMB 5
695,325 695,325 0000000000000000000c85e20cf511f2d541d67bc224b3a2e1ca4f2e144147a3 2,430 1.00/1.00 vMB 9
695,324 695,324 0000000000000000000ca05d9f82f85fbf791b86c3450d2fc90dffdbc699f01e 2,557 1.00/1.00 vMB 7
695,323 695,323 0000000000000000000b73c4d3e212e65e00e87fd95520ddadcd81e65bc5b559 2,934 1.00/1.00 vMB 30
695,322 695,322 000000000000000000134a0c370b712e88f3f383f9b6217c1b44b6a5857bc019 1,736 1.00/1.00 vMB 8
695,321 695,321 0000000000000000000d121057c29df4e125eac5859aa64786814705115bad19 2,382 1.00/1.00 vMB 6
695,320 695,320 0000000000000000000a3d9a4a2f4563f72177e544c62f2c6a4d2d35c1f56710 2,786 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.15 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.15 GB
    • Received: 13.83 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.