Loading Tool

Explorer IconExplorer

Memory Pool

29,276 transactions
24.63 vMB
0.07245273 BTC
Random Selection Loading Transactions
Max Size: 122.24/200 MB

Candidate Block

Mining Attempt d8923f99be077b9a9e81ae094e0505b8c2265a5afefde07456fad47ac75c5720
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root e4dcb6659c201a174b25fb6440eba57e41738df97c6e037d02b5e5f0ce07899f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,046
Size: 1.00 vMB
Total Fees: 0.02835614 BTC
Feerates: 150.93 > 2.84 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (412,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,675 502,675 0000000000000000006ef8a61c528618c82e2425f7952539fe341dd9bd1d9e34 2,875 1.00/1.00 vMB 525
502,674 502,674 0000000000000000001734990159ec5cf0c6513ecf89089ada16cad731436882 2,121 1.00/1.00 vMB 421
502,673 502,673 00000000000000000055b295e6f04c568e13ad55f8b0e09124415e23876217ed 2,727 1.00/1.00 vMB 521
502,672 502,672 0000000000000000004bde414a2a501747f7fba172cfa613e45ec947d7146454 2,366 1.00/1.00 vMB 560
502,671 502,671 00000000000000000076a11cebe0d264f19bd6823f9d59948bbe40e0d7572844 2,376 1.00/1.00 vMB 317
502,670 502,670 0000000000000000000cee24c7280f2e2204e5c3b9996f2ea0ca34ba94365c14 2,357 1.00/1.00 vMB 433
502,669 502,669 00000000000000000035610d25592a01bab4a78e2decbd973d44976444888b69 2,452 1.00/1.00 vMB 432
502,668 502,668 000000000000000000122d9ccf7a7d512f6c7b21ac0f8f1f7a5d3e95fa1884d8 2,243 1.00/1.00 vMB 429
502,667 502,667 000000000000000000833e7b5a267513c21775b819dda54600d19be2abb86f65 1,996 1.00/1.00 vMB 441
502,666 502,666 00000000000000000089f37144e412cb90e15517fd690b683792b31784ef8827 2,183 1.00/1.00 vMB 509
502,665 502,665 000000000000000000289d6dd1b4fe29a9cb522106a21df38cf71527e3db78d4 2,596 1.00/1.00 vMB 528
502,664 502,664 00000000000000000086834f4afa2fde67a20b4fdedc27e778f3c510d8a8b854 2,519 1.00/1.00 vMB 504
502,663 502,663 0000000000000000005714522953ba2dd0b026fe2b57d951d2d82fdfacfe4b10 2,198 1.00/1.00 vMB 422
502,662 502,662 0000000000000000002d7a9aae9dd20222acac8849a20038bba077571d7e495e 2,517 1.00/1.00 vMB 513
502,661 502,661 0000000000000000001380e2db2a6d558fdf7ca4443b4144f2a65595d60a11c6 2,482 1.00/1.00 vMB 448
502,660 502,660 000000000000000000480b30794acc9b090feec94504d24373599581d389b7c3 2,462 1.00/1.00 vMB 486
502,659 502,659 00000000000000000017bdfce59605f2a36d03ba3d9e892c7421f632537d53a3 2,151 1.00/1.00 vMB 464
502,658 502,658 00000000000000000004f9407e789d379cc38ed8a2eda3c9f930cb1d7b199f58 2,646 1.00/1.00 vMB 532
502,657 502,657 0000000000000000007113047a731a6416872ff209cb4f47bce5cfb3c88fcb25 2,689 1.00/1.00 vMB 492
502,656 502,656 00000000000000000039dc5ad910a728ed4858302d00050eed35737fcee7826c 2,747 1.00/1.00 vMB 525
502,655 502,655 0000000000000000003fa9e0f82c7cf6bc6ab6a72a5710987bc11b13da616d5c 2,269 1.00/1.00 vMB 487
Previous 10 blocks ↓
Total Size: 781.86 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: 642.06 GB
    • Received: 12.53 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.