Loading Tool

Explorer IconExplorer

Memory Pool

82,068 transactions
30.30 vMB
0.09274786 BTC
Random Selection Loading Transactions
Max Size: 182.50/200 MB

Candidate Block

Mining Attempt 7353718159c5a0f08a9b7ec054de0746194ffa856fc0f027742ccd56db9cd502
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 6f5cea4a9e802cf604c2ee9211cc8e12edabb9ac8d050b26a2b2e58d7a0a0730
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 1.00 vMB
Total Fees: 0.03052077 BTC
Feerates: 454.44 > 3.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (256,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,426 658,426 0000000000000000000e9020d6374669e324964bcc76ad73fe0f033bf332fbb7 2,479 1.00/1.00 vMB 56
658,425 658,425 00000000000000000004bda0f9a6376ca2d50eae57584b37ac4331208e988650 2,592 1.00/1.00 vMB 37
658,424 658,424 0000000000000000000f9762e38e202a300d85cdf804444173c0226ac0db4a2f 2,815 1.00/1.00 vMB 71
658,423 658,423 000000000000000000014788256270fc5db06737c3cfa3b04d258dbdfaacb45c 2,582 1.00/1.00 vMB 45
658,422 658,422 00000000000000000009f1410ac69d92199991a699b268d56d99daf6067c8711 2,251 1.00/1.00 vMB 41
658,421 658,421 0000000000000000000cba2cf25e0c99cf3965b80196f2612364efbf1a107877 1,150 1.00/1.00 vMB 47
658,420 658,420 0000000000000000000229775eb86bd486ffe4c1ab40e172291a42f4c9f05c62 2,752 1.00/1.00 vMB 68
658,419 658,419 0000000000000000000949d86b8322c96e1d79332dda85320d685a4c1de58726 2,704 1.00/1.00 vMB 25
658,418 658,418 00000000000000000009c4ad7081c117e5aaf48d8f4acfaa316a0ebc6c7ccbd6 1,947 1.00/1.00 vMB 22
658,417 658,417 000000000000000000005778864ae4f75981eda3520339ce720e5b72e3ee5cf2 2,679 1.00/1.00 vMB 53
658,416 658,416 0000000000000000000241e57e41e8674dcc536deb8483c215e656be93f7d80f 2,337 1.00/1.00 vMB 26
658,415 658,415 000000000000000000099f92a588ace24a626144cb3987b0423edbdc8c1ebcc3 2,014 1.00/1.00 vMB 30
658,414 658,414 00000000000000000002579716b2a2a2955bde403d559b216c6506e03a2b7ff5 2,587 1.00/1.00 vMB 60
658,413 658,413 000000000000000000034c98bede5111616c0aa59da9441705d3c29da608f3ad 2,303 1.00/1.00 vMB 31
658,412 658,412 00000000000000000004a19cc1a8da929a3d76a84f8b4ee28f40980727011de6 2,405 1.00/1.00 vMB 32
658,411 658,411 0000000000000000000c1ee4c4609a9684b42063d6e4dacc0a01a7daed728f02 2,111 1.00/1.00 vMB 49
658,410 658,410 00000000000000000005bdef290b7e9b25569b0804e8e1edff50de34a37942e7 2,065 1.00/1.00 vMB 41
658,409 658,409 00000000000000000004793d0fce396c54f5376e48c642e50b1bf9c07e781a69 1,829 1.00/1.00 vMB 43
658,408 658,408 00000000000000000000d26554a5703e0f93870774cb4caf8f006c3ee34bdc17 2,640 1.00/1.00 vMB 51
658,407 658,407 000000000000000000049aeabb7545f99bf0e2af416e704c72e18d42f2147e23 2,086 1.00/1.00 vMB 64
658,406 658,406 0000000000000000000e3255b7f8f38e3ef6812115d3a35192040b59fee229cf 535 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.