Loading Tool

Explorer IconExplorer

Memory Pool

77,265 transactions
29.04 vMB
0.09959643 BTC
Random Selection Loading Transactions
Max Size: 174.81/200 MB

Candidate Block

Mining Attempt 6a3358050ccce8e39bd25da669f5095ba589f906a6fe93035000eb1cd67cbca1
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 563abd82de50c0c9c172863c709c9237029e30457c45942aac7d6b2f75d7c306
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,364
Size: 1.00 vMB
Total Fees: 0.02634740 BTC
Feerates: 453.09 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (478,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,985 436,985 00000000000000000077e877b1ee7fc462b3d35b40c039c4e99dfd896f6b0ad9 1,864 1.00/1.00 vMB 54
436,984 436,984 000000000000000001126ea90ecdb44f11e2fa8acad26cb93d2bfd8fe53b5099 1,686 1.00/1.00 vMB 44
436,983 436,983 000000000000000003d22b6151f56a25c823bdcb180f7081b1d87482a269c0cd 1,766 1.00/1.00 vMB 58
436,982 436,982 000000000000000001304661ad28d1852d1f225a84dbcc4520f90f0866440ecc 1,972 1.00/1.00 vMB 57
436,981 436,981 0000000000000000027666216ed4758f099002d0580667bdb3c6502c239346ec 1,727 1.00/1.00 vMB 62
436,980 436,980 0000000000000000044c0800fdc29f0f634337a9fde804a8431228c1f9fc928f 2,711 1.00/1.00 vMB 72
436,979 436,979 0000000000000000002878fe3ea3174cf621a29b7daf0e331aab9be0a465e901 2,469 1.00/1.00 vMB 53
436,978 436,978 0000000000000000023cef99ac38575964d6f3ae532a55b250f1808a754e3455 2,083 1.00/1.00 vMB 92
436,977 436,977 0000000000000000006c8ba176512913720834893ef70bce904d7bf31a15a210 2,194 1.00/1.00 vMB 61
436,976 436,976 000000000000000002e413e4fc4b1492e3ff5de88eba6de84fadab44dfbfd3ac 2,319 1.00/1.00 vMB 74
436,975 436,975 0000000000000000031ed2bbff9bc75256bdcdfa0cc06435af3d3007dad87520 2,495 1.00/1.00 vMB 92
436,974 436,974 000000000000000000e2e4472dd81299d78f9281f537872c136aaf4daf11ba17 2,587 1.00/1.00 vMB 82
436,973 436,973 000000000000000000cd28fba148e9f0a87ac58a7cf8bc0ba7c568407c3b616a 2,659 1.00/1.00 vMB 91
436,972 436,972 000000000000000002c67ae5408e905959fbf5f4a1a8880e1428122f0f4303e6 1,642 0.75/1.00 vMB 98
436,971 436,971 000000000000000002037ee95974a212658a2d5444289a6cbb40d09f4ece1e11 2,349 1.00/1.00 vMB 85
436,970 436,970 0000000000000000000a21cf369b9da161b6351029d87ebea430c9e901afaaa2 2,407 1.00/1.00 vMB 77
436,969 436,969 000000000000000002368d79a5fc13f96ed2cbb3909bc1987831ac1f2300a3ed 2,349 1.00/1.00 vMB 65
436,968 436,968 000000000000000000f88ce828f571f688d5739a48468a2e65f95e0c0d1ae1e0 2,575 1.00/1.00 vMB 85
436,967 436,967 00000000000000000283b6983d355102708a27c79eb003fb567038364fcadc31 2,695 1.00/1.00 vMB 74
436,966 436,966 0000000000000000041c2ee94119473e46076d819c6bf3e36daa8d20325ed3f4 1,874 0.75/1.00 vMB 77
436,965 436,965 0000000000000000043e029103d14dfb4d26b346a1dba1a9e8faf748d11109cb 1,581 0.98/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.