Loading Tool

Explorer IconExplorer

Memory Pool

79,654 transactions
30.22 vMB
0.08345001 BTC
Random Selection Loading Transactions
Max Size: 183.96/200 MB

Candidate Block

Mining Attempt a12e9c145f9ed4f0b5f1d45c8ec20de4a6c860527b7cd80a59c8f291b5a7318e
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root dc82a0021d1f7ab6d69776fdfe7fa550e73e7914dac16f4ca4866814cb1b2451
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,712
Size: 1.00 vMB
Total Fees: 0.01610092 BTC
Feerates: 203.60 > 1.61 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (478,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,989 436,989 0000000000000000040d137b44b83eee64785768eec9eceeec6b10471f6cd8a1 1,834 1.00/1.00 vMB 56
436,988 436,988 000000000000000001e408e5d4f437180b2e4c92e006c6923a3ee2c21175d773 2,162 1.00/1.00 vMB 68
436,987 436,987 000000000000000003f2e48cfa73acdf35e8a76277cd55f747677de1796e25ca 2,798 1.00/1.00 vMB 83
436,986 436,986 000000000000000003c7654027ae3123fa831d871e05711cda49f590c4ebaa14 2,580 1.00/1.00 vMB 91
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
Previous 10 blocks ↓
Total Size: 783.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 720.94 GB
    • Received: 18.32 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.