Loading Tool

Explorer IconExplorer

Memory Pool

72,332 transactions
27.43 vMB
0.07462956 BTC
Random Selection Loading Transactions
Max Size: 165.74/200 MB

Candidate Block

Mining Attempt dd6dc06cc295a67d96c5e3d0de4b4930d5fc7cba1aa519bb5df987be5e5605d6
Version 20000000
Previous Block 0000000000000000000168c69c0ca71f33f06f795a51a274dc96cdba2a6216f0
Merkle Root aa77092acc28f3b4d2faf77da9d100b67e0b8d47de54202a957e0f4361e483a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,470
Size: 1.00 vMB
Total Fees: 0.01558816 BTC
Feerates: 322.65 > 1.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,565 (791,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,149 124,149 0000000000000277dfd2edaf1755ba72f2d4169f98b2213ac5c2dbce97b45419 10 0.00/1.00 vMB 493
124,148 124,148 0000000000000a8a7ecbdfb8f9c17c26579b063b813dedc57d1345d268b7f9cc 12 0.00/1.00 vMB 335
124,147 124,147 00000000000064bde88f9fe2224515da2a3392ceda34861aed00d31515576fbb 12 0.00/1.00 vMB 258
124,146 124,146 000000000000430d667b4d733dbf0f5f574cc890e7873dce616f8b15b597204f 13 0.00/1.00 vMB 804
124,145 124,145 000000000000543270671e9e8a3cf3bff527dfc913705574808b56024c09fe28 5 0.00/1.00 vMB 0
124,144 124,144 0000000000001b851c18159d10c770185817ae0a922318c44f8bf9e869d01915 8 0.00/1.00 vMB 338
124,143 124,143 0000000000002c93e2ebd11b2abf94f334981466356c11a86bbeeeddf8658957 24 0.01/1.00 vMB 250
124,142 124,142 00000000000027aaa6a6966caa2aa55253be5b397f29607f543801efc645fa3e 11 0.00/1.00 vMB 1,782
124,141 124,141 0000000000001bdca14e229bec2a73e225468029ab72befd70ace608b850c77c 8 0.00/1.00 vMB 965
124,140 124,140 00000000000054f3e2ee33df8be4da5b7d11a0ae07d5f0299ed4a0ad91c876aa 7 0.00/1.00 vMB 0
124,139 124,139 0000000000005e41432f4cb9b1e99ef94b77627489a401338911f4d06d10abea 6 0.00/1.00 vMB 347
124,138 124,138 000000000000512b59e046c09dd3dd03b205b4b52844407b5227e750320e77f5 7 0.00/1.00 vMB 715
124,137 124,137 0000000000000c00abc58899f704cbef4102ecdddb2f87bfbc9f6849a5bbb8a5 46 0.01/1.00 vMB 491
124,136 124,136 0000000000004c718d03f7dd4856fdcd57bdfad413a6f52cf875ab5f02eb82da 7 0.00/1.00 vMB 602
124,135 124,135 0000000000002b92b62e0646f8dfbb1235847887eacf4b7873474cf7af2bed16 14 0.00/1.00 vMB 0
124,134 124,134 0000000000003d9052e9e4dedb32972ae5e4f1ab14feec6d877e3528fcfc09de 46 0.04/1.00 vMB 978
124,133 124,133 00000000000066c65b1839864798db0e5bff611f6b57498e88c942ecc5ce589f 3 0.00/1.00 vMB 0
124,132 124,132 000000000000296605e33e050b9371fcf686d4c56024d4f6384bd1b41f66da9b 12 0.00/1.00 vMB 825
124,131 124,131 00000000000069837c9ba80c215c8e2c14fb4fbeb4f0c8b3f6f58661950e221a 8 0.00/1.00 vMB 0
124,130 124,130 00000000000055c8a5b6f081972596cac79e4d7d0e926504c916847dcc48d6b7 27 0.02/1.00 vMB 323
124,129 124,129 00000000000049adaa376b392123897ccb6bf4ee4635fb972c8d05410d4c6d5a 19 0.01/1.00 vMB 485
Previous 10 blocks ↓
Total Size: 783.37 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: 768.67 GB
    • Received: 19.63 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.