Loading Tool

Explorer IconExplorer

Memory Pool

49,409 transactions
28.51 vMB
0.13974255 BTC
Random Selection Loading Transactions
Max Size: 152.49/200 MB

Candidate Block

Mining Attempt 741410e178aa140b2f40396c113d2cd36af7349d545593dd47b7f94636c1b03a
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root a49f9ea82bd0ae9951f405cd7871d2c5c9249fb95a6b3d5e452953a2f6846d09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,481
Size: 1.00 vMB
Total Fees: 0.08277369 BTC
Feerates: 301.05 > 8.29 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (358,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,420 556,420 0000000000000000002c8a2bc82ec5bdcaf34627f13571de30b2b882b5eece8c 2,553 1.00/1.00 vMB 9
556,419 556,419 00000000000000000029ab114d37f0294384d9c4dda7d947432a94b1d1e44f05 1,037 0.45/1.00 vMB 8
556,418 556,418 00000000000000000018a37515e0ecabcc9797531b445fe3420a1994b2ce62a6 797 0.44/1.00 vMB 8
556,417 556,417 0000000000000000000750e84ee67a03dc33e3618eebcb263746e38011228915 2,493 1.00/1.00 vMB 2
556,416 556,416 0000000000000000002a531985d49cdb5adcd1db0578845a233a3a2cfdefdf8f 2,716 1.00/1.00 vMB 23
556,415 556,415 00000000000000000008f4f64baaa9b28d4476f2a000c459df492d5664320b12 263 0.10/1.00 vMB 18
556,414 556,414 0000000000000000002089653c6ee3ecd6ecca09b937a9cab9da14ea8b387dbc 2,160 0.86/1.00 vMB 19
556,413 556,413 00000000000000000029b18e1e2117fe47ab1258adde12e10173d115d4c7eb7c 2,363 0.95/1.00 vMB 11
556,412 556,412 0000000000000000001fc04c7296b68b3adb02a71ac7e23c99896a62a67f71d8 1,009 0.35/1.00 vMB 14
556,411 556,411 000000000000000000100ab00e720ac963f66fe2700586db3b25e13051b98135 968 0.70/1.00 vMB 4
556,410 556,410 000000000000000000003a5308bef69d50f23263f5b5ff8472e0d8a6f12d048d 2,014 1.00/1.00 vMB 4
556,409 556,409 00000000000000000029795093aee2ce4c288ba1464188cf5305ec47d530fac6 2,807 1.00/1.00 vMB 8
556,408 556,408 00000000000000000003c009b8ad0f3b58e614e1cdc503dfb1cfe2744543a315 2,194 1.00/1.00 vMB 8
556,407 556,407 000000000000000000225956ca3f6f2a83fc2137ba922c3a6d1809e7a83c929e 2,548 1.00/1.00 vMB 17
556,406 556,406 00000000000000000008a9878b08ff9f44d269436760f4c2d418955d19ced701 2,536 1.00/1.00 vMB 59
556,405 556,405 00000000000000000026a49f352615183bcd3464ebaf3e1c5362a64f8d4599d4 756 0.31/1.00 vMB 17
556,404 556,404 000000000000000000006be3e6ada2867df2fdf36a00ff00bc96405d8ba927a7 1,518 1.00/1.00 vMB 22
556,403 556,403 00000000000000000030864c7f51933c49b4976d26f53105d53a598700704b0d 2,978 1.00/1.00 vMB 14
556,402 556,402 00000000000000000018db3ad4a5334a0f8a764e30a50735c92d2bdcf2655883 2,186 1.00/1.00 vMB 10
556,401 556,401 00000000000000000012bd49dc44683c489c5dbef115c089058d234a2021a69b 1,505 1.00/1.00 vMB 9
556,400 556,400 00000000000000000021a17af9cda9799372b75589ca3512fbcbc0d066e7c77f 2,697 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.