Loading Tool

Explorer IconExplorer

Memory Pool

36,885 transactions
25.85 vMB
0.05199877 BTC
Random Selection Loading Transactions
Max Size: 132.66/200 MB

Candidate Block

Mining Attempt 6c7ea88a2174657b79cacea9325352cfe82aa6ee969986938f19817b90c84921
Version 20000000
Previous Block 00000000000000000000fe5e31348450e84e59f33754df9f96d184aab8d35615
Merkle Root ff5424f2dffea9d192c3a266f924c36daf6ba3bd7af7e1af3cd813092f97192a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,666
Size: 1.00 vMB
Total Fees: 0.00468490 BTC
Feerates: 40.21 > 0.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,684 (67,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,642 847,642 00000000000000000001172e8af1b31aef7993c4f911f9b802febb6d1533f093 7,029 1.00/1.00 vMB 26
847,641 847,641 000000000000000000019388aee0e09e77cc2376af3dcf3efb9623013eaad670 7,133 1.00/1.00 vMB 25
847,640 847,640 000000000000000000017d7da10976e3fcb69c00e39b0cb114dc85f684e71841 3,866 1.00/1.00 vMB 34
847,639 847,639 000000000000000000014e53def56fbe308fa0e55166eb5932b2e35bb7bae4e9 4,725 1.00/1.00 vMB 26
847,638 847,638 000000000000000000010a566750a77aeaab6acd9e9b217d5d9969cf1cff52b8 5,945 1.00/1.00 vMB 25
847,637 847,637 0000000000000000000101ff6b2b145a9aed9f36cf9f68269ab193e575d3bf79 4,507 1.00/1.00 vMB 30
847,636 847,636 00000000000000000002dbbb0e7918e2bc1d047ff5f164f5bfbf86ba1fd221a1 5,483 1.00/1.00 vMB 25
847,635 847,635 00000000000000000000162fa7344baed881519164ababaf6b64db0bee0f8502 3,986 1.00/1.00 vMB 28
847,634 847,634 00000000000000000001ac1c8f3ca42dc2849837ca782d881f1ccfdeac704241 3,602 1.00/1.00 vMB 34
847,633 847,633 00000000000000000000b8f90e5a05afea1364ee1659fb70309a835aba0a65ba 3,318 1.00/1.00 vMB 47
847,632 847,632 00000000000000000000ade86a3aa8afa4165621fc31b3a23d630c85e5984612 4,674 1.00/1.00 vMB 31
847,631 847,631 00000000000000000001c08d566fb522c80a7f67a7342ef450dc5ff4332fcf28 3,628 1.00/1.00 vMB 29
847,630 847,630 000000000000000000012c6d8a1a2ae6e35ce27df26674e40c857ea6e63310da 4,498 1.00/1.00 vMB 34
847,629 847,629 00000000000000000001af0cc3f9f5ea30f45f9be7380cb73bff430b7126073c 4,068 1.00/1.00 vMB 33
847,628 847,628 000000000000000000020b57a3475c9e7d20f1b7b22f858e28fa22bb9dcc6edb 3,202 1.00/1.00 vMB 48
847,627 847,627 0000000000000000000024109095a4eca6641112d09fa114a355d6050c00c529 3,731 1.00/1.00 vMB 34
847,626 847,626 00000000000000000001e8d6861ab6368af400390e8bd64d2bce783d55316931 3,177 1.00/1.00 vMB 31
847,625 847,625 000000000000000000021c3d33de3f91d3c04f74496b6d6c6230f498cb1f666a 3,005 1.00/1.00 vMB 40
847,624 847,624 00000000000000000001c79d483de41814e78ebd1b594da67ace3fb19b2bfe7b 3,644 1.00/1.00 vMB 38
847,623 847,623 00000000000000000001463888fda3808f025e466373a16a899b2c1fb768dd1a 3,507 1.00/1.00 vMB 38
847,622 847,622 00000000000000000001fa043125e11c01698275d1e5507857296a2deeb39dca 3,788 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 781.83 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: 636.98 GB
    • Received: 12.40 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.