Loading Tool

Explorer IconExplorer

Memory Pool

78,939 transactions
29.65 vMB
0.09097836 BTC
Random Selection Loading Transactions
Max Size: 178.87/200 MB

Candidate Block

Mining Attempt 4b96bad8d0563540297e1c68aafde52ef24b0a8c54f15950dc2afc37ea62ff19
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root fc56aa2cdec0657ca7a4e6eb03809fb72a1c189a1c58941168ff4140bf079d28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,509
Size: 1.00 vMB
Total Fees: 0.02547496 BTC
Feerates: 251.00 > 2.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (336,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,440 578,440 00000000000000000021c94eba60fcaa1dec3565cc061531a611f4e7fb1b18ad 2,131 0.75/1.00 vMB 64
578,439 578,439 0000000000000000001d6058fff353bdae8df24a799ad2d4745ff54c09743365 3,253 1.00/1.00 vMB 39
578,438 578,438 00000000000000000005ce9c889b5e1194a964c50799f8b1662a40440ff0f22e 3,452 1.00/1.00 vMB 108
578,437 578,437 000000000000000000103a13ba70ce64801d62eb90c051824ea699d03ec3c69f 3,061 1.00/1.00 vMB 97
578,436 578,436 000000000000000000203c168e64d08d16a3d14e359bcbb15be98dc9cca44006 215 0.07/1.00 vMB 62
578,435 578,435 00000000000000000015d41cbe325c26a8e9b0bace85cbba8e7d1b2f6b4effaf 212 0.07/1.00 vMB 81
578,434 578,434 000000000000000000167d3d0c773ffb29e695c69e76effd5f0559e6dc5c2f2c 332 0.14/1.00 vMB 39
578,433 578,433 0000000000000000001f0f1fe2c0d2c3a17de2d4416c05edc8ed5fb820d6cde4 2,764 1.00/1.00 vMB 70
578,432 578,432 0000000000000000000355934ea7c9b7177002e6decabfb48c8257e8284baf2a 2,495 1.00/1.00 vMB 54
578,431 578,431 00000000000000000023e6de4ddcc04afbcfd3d82d23cc63b12ac1486ea274c2 325 1.00/1.00 vMB 9
578,430 578,430 00000000000000000028f8dae66c77b20a99e7afc361736b77a1e375c25e4328 971 1.00/1.00 vMB 22
578,429 578,429 0000000000000000001c71cb871d4ab5122270a2380a0dc21b59fcca1f555a26 2,153 1.00/1.00 vMB 22
578,428 578,428 00000000000000000004f346ce0e76f47aa9a9a612039c17f355f2e6c8ce932d 2,335 1.00/1.00 vMB 43
578,427 578,427 000000000000000000217f2372168f6bb5b2295476e4520c8f601fb87b2cb719 1,830 1.00/1.00 vMB 81
578,426 578,426 00000000000000000015e9b25b32ea2371cacf98bbf8293a5e692511ad6b9fc5 1,790 1.00/1.00 vMB 74
578,425 578,425 00000000000000000026ebf7196311a7ceedc01ad6d3676ef8e271a9da389182 2,597 1.00/1.00 vMB 64
578,424 578,424 00000000000000000000c5c8b1b58f776fedb7b7b8484283915c01809338faa1 2,532 1.00/1.00 vMB 101
578,423 578,423 0000000000000000001a3977f9575c1e4ee4a3ecb6a61dfd12ab71e62ef1073e 1,823 1.00/1.00 vMB 113
578,422 578,422 0000000000000000001d559788073b7f5c4f8975f4fd12a7423554f0a3865e02 1,454 1.00/1.00 vMB 110
578,421 578,421 00000000000000000013a872560768ddffd98587a3a3a5f30d1c65ebe9a4caa0 2,403 1.00/1.00 vMB 77
578,420 578,420 00000000000000000003e309f8593f02702c5960545191dd2c86e8a396ef17ce 1,048 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.