Loading Tool

Explorer IconExplorer

Memory Pool

44,825 transactions
26.69 vMB
0.06098846 BTC
Random Selection Loading Transactions
Max Size: 140.92/200 MB

Candidate Block

Mining Attempt 15829c60f70c45a8eaf4ff574ea2549a1b38aea9c74a7db6b5c27b6fd3d1461c
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root ff97db0882b9e21290dc06b61901ee28e5cf75dddb8d7329a406dc9d4573ebee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,808
Size: 1.00 vMB
Total Fees: 0.01180821 BTC
Feerates: 180.34 > 1.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (420,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,404 494,404 00000000000000000050a20f0b83dccd66678d5ad98abb2deb9d0034065f07fc 1,627 1.00/1.00 vMB 718
494,403 494,403 000000000000000000608930ee7b5c1805987f194b1d06b9af4d651230f8720b 1,762 1.00/1.00 vMB 612
494,402 494,402 000000000000000000202d91f66634464b7e21d26d96640240b4e032620db012 2,351 1.00/1.00 vMB 850
494,401 494,401 00000000000000000079a4ec571664e9e77db803309929ae1ed8b0cf1d5ad2aa 1,686 1.00/1.00 vMB 623
494,400 494,400 0000000000000000007aa998858289a9ef66b9abe725bbff2bd8d26f0fdf361b 2,072 1.00/1.00 vMB 365
494,399 494,399 0000000000000000003491b8f03e53ab7d38ca29e98a6bac55db09e6c37e3f32 2,279 1.00/1.00 vMB 246
494,398 494,398 0000000000000000001c5a08f3c0a894a432d7811288e74fc248a2651247bfbe 2,279 0.95/1.00 vMB 291
494,397 494,397 0000000000000000008ebcaa9cf61c2da91a2050d76a5480354596184e3ccc72 2,441 1.00/1.00 vMB 469
494,396 494,396 000000000000000000b1cf77adc4975d59af4494ba4190ae090b43751bc0fd93 2,832 1.00/1.00 vMB 231
494,395 494,395 000000000000000000820c886760ad600cddeca198c4ab0142251cce40005d7c 2,772 1.00/1.00 vMB 277
494,394 494,394 000000000000000000a9a1517207e31066871c3ad462b294b4094d6b0bbd30c3 2,905 1.00/1.00 vMB 486
494,393 494,393 0000000000000000003e1212c6ae1b7c646a61302b9f9527b0263bcfebd3ac77 1,572 1.00/1.00 vMB 408
494,392 494,392 00000000000000000009b1f3a763bcdb5e6e385df52edd8386ea0f13c95b4d45 2,722 1.00/1.00 vMB 745
494,391 494,391 00000000000000000095c1bed10009c4d8316e23fb5e49f4c05f54ce795d8c86 2,391 1.00/1.00 vMB 827
494,390 494,390 00000000000000000063da8dff64497d4e78372f22c0e5e1d7a06b38a0c03486 2,673 1.00/1.00 vMB 343
494,389 494,389 0000000000000000001f51028697c32232906e7ecb89f8c11cda5dc8b076e217 2,310 1.00/1.00 vMB 492
494,388 494,388 0000000000000000009d16e32419e196a73a31e1b2edf5e323918acacff2ac08 2,563 1.00/1.00 vMB 802
494,387 494,387 0000000000000000008bb0dd507431b9553ba8027e5aaf4571005d94e1aabdb2 2,219 1.00/1.00 vMB 505
494,386 494,386 000000000000000000cde47c25a7d171fa7b5474682761fdb8760d49156c413f 2,383 1.00/1.00 vMB 773
494,385 494,385 00000000000000000069dd02720020f0c9307596ca11888b345361048d665846 2,390 1.00/1.00 vMB 349
494,384 494,384 000000000000000000789254d7972366aaf6f91767acc492e7084645a8a06260 2,796 1.00/1.00 vMB 444
Previous 10 blocks ↓
Total Size: 781.95 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: 647.18 GB
    • Received: 12.91 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.