Loading Tool

Explorer IconExplorer

Memory Pool

78,467 transactions
29.14 vMB
0.08237988 BTC
Random Selection Loading Transactions
Max Size: 176.35/200 MB

Candidate Block

Mining Attempt 41cff9ced28930463f559c62140931baf46c51998a211775559cfea0ee146ba6
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root ff8e29626bdc63fd54550d2c39ca16a1f96264589c6c4dc577e1bf6dd0820699
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,678
Size: 1.00 vMB
Total Fees: 0.02137107 BTC
Feerates: 178.73 > 2.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (467,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,718 447,718 000000000000000001d974e811c65b763100fa8b9f44209b1aa6bd8431c855df 2,574 1.00/1.00 vMB 102
447,717 447,717 000000000000000001250c095dc7ecf8c89259799d22b3346b93186a75280674 2,850 1.00/1.00 vMB 101
447,716 447,716 000000000000000000a665d3c449f9085eb9008221ceeb2e2ba79573e006b118 2,863 1.00/1.00 vMB 113
447,715 447,715 000000000000000001b550ba3d688b91c05ba89961f46c1c5f62581c95e04ac0 1,230 1.00/1.00 vMB 33
447,714 447,714 0000000000000000003a43175ff68f52eaca25560b534fc9378f79ffa830ec34 1,590 1.00/1.00 vMB 52
447,713 447,713 0000000000000000007b8de073359c670fe5de6274b7cb7f639e96fdc39f1b79 1,606 1.00/1.00 vMB 30
447,712 447,712 0000000000000000014b5bbd19fddaec0192acf20b3151b3eb18fe9e204faaa2 1,347 1.00/1.00 vMB 81
447,711 447,711 000000000000000000a5185916392d0fb2ab46bd98a20c6b1dd7b57e9b1f28d4 1,196 1.00/1.00 vMB 60
447,710 447,710 0000000000000000007937eb3e33f1cd2ac39f2bb240b26659541840281bf8f4 2,024 1.00/1.00 vMB 59
447,709 447,709 00000000000000000029b5345bfee1b5da60a8e8ccd213fe61cae26a3d210ac0 2,617 1.00/1.00 vMB 95
447,708 447,708 0000000000000000020a09d2c37f09d89caf87d8d1b4358d75a34232c234d5e8 1,603 1.00/1.00 vMB 68
447,707 447,707 0000000000000000025d532de25c58fc109af065c36451083c125f2fbc575841 1,419 1.00/1.00 vMB 52
447,706 447,706 0000000000000000027ae072867b5f22b4a8e7fef7a336011c1fbc1bd9687109 1,916 1.00/1.00 vMB 61
447,705 447,705 000000000000000000de828e62de7289db32a014ebee824b404f127612d1a43a 1,607 1.00/1.00 vMB 73
447,704 447,704 0000000000000000001a7cfc06c96f02d3f4988a23487cb4e5a5792cd111946f 1,922 1.00/1.00 vMB 67
447,703 447,703 00000000000000000068522a34c2b3fe1e3353d09364a42b0a80cbd55cedfc37 2,260 1.00/1.00 vMB 76
447,702 447,702 00000000000000000310e10f6804d37098c23ef84c9d3077ae1c61305de44c05 2,763 1.00/1.00 vMB 107
447,701 447,701 0000000000000000010330999ae60d44eec78c105263fd933b8e6db04b1559c3 2,888 1.00/1.00 vMB 84
447,700 447,700 000000000000000000afe276d3991f6cecad15034b0544c0641ca9f72d9ea5a5 3,165 1.00/1.00 vMB 83
447,699 447,699 0000000000000000030d94c38fd05c2e856ae08f3e8f25d3dfab8a6ce68013a6 2,329 1.00/1.00 vMB 80
447,698 447,698 000000000000000000f981ba6acdfccbfbf4c3143241692e1195710cb3592433 1,608 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.68 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: 678.06 GB
    • Received: 16.44 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.