Loading Tool

Explorer IconExplorer

Memory Pool

42,509 transactions
26.10 vMB
0.05073593 BTC
Random Selection Loading Transactions
Max Size: 137.14/200 MB

Candidate Block

Mining Attempt 7e8e50d167a1abc3eaeb0c55cdeae1957c2f27dd818fe380e681c2c165e65e43
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root 2b12304ea8fba5a738a8db23fe054aa953c8aab4b75ec25913f96eed0401d47c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,273
Size: 1.00 vMB
Total Fees: 0.00324401 BTC
Feerates: 77.76 > 0.33 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (635,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
279,358 279,358 0000000000000002e087c3e1d3b42c5c0e78c961609f2b9d2204f8620b76f058 322 0.13/1.00 vMB 45
279,357 279,357 0000000000000001e3afce2cce4b9a34b3dc8b4abab058a5edb0e75e0a8d1329 90 0.04/1.00 vMB 45
279,356 279,356 00000000000000004614fc8127636b1bf3c330a324f4208147d404c19a6f596a 91 0.04/1.00 vMB 46
279,355 279,355 0000000000000002ebaba9979e5aff06993b65371158c0026b3c1e909e56a668 136 0.09/1.00 vMB 20
279,354 279,354 00000000000000001807c75a97e217aad18d816387e5d10c4fd0b0c0d2be6b73 115 0.09/1.00 vMB 21
279,353 279,353 000000000000000019f344306fbe64442facdf6582ea6b7d843f9688618917bb 539 0.25/1.00 vMB 29
279,352 279,352 00000000000000008f852ae44198909a3207e9d1bcf9f3bdbd307ddf66d9d68e 714 0.25/1.00 vMB 55
279,351 279,351 0000000000000001d0c018c6ad63badab3a3470b669c9ff15c414fca3c07455e 113 0.03/1.00 vMB 311
279,350 279,350 00000000000000010702d023c803527e3711530946eb781247fe1e150e2d4859 1,224 0.47/1.00 vMB 62
279,349 279,349 00000000000000019e58a2e416681b66f987cfddc0b36e915aaff0f4a5db3336 172 0.08/1.00 vMB 47
279,348 279,348 0000000000000000c63caf51fa3d0f0b7cf91f5b7d7e38c4462d23a6ca34d91b 138 0.06/1.00 vMB 197
279,347 279,347 0000000000000000754b5d37535ffbe255e192ee2d61aad8452e65127c75446d 762 0.35/1.00 vMB 65
279,346 279,346 0000000000000001be9fe07a5210f1381cef7f4839af8d6802c0afa2dcc70c9a 92 0.11/1.00 vMB 38
279,345 279,345 000000000000000296b2c3612cb42f12c76ccdf84855c896f3065b2674dd8f4a 639 0.25/1.00 vMB 76
279,344 279,344 00000000000000026749cdb408e56ef1f8978ae05e84383f1647717f9a318be2 845 0.41/1.00 vMB 59
279,343 279,343 00000000000000019de388c4dc869b8a6b6ccf6131b6f7bbe8110b46d6abc3b3 63 0.03/1.00 vMB 55
279,342 279,342 00000000000000001856202bda3bdeac7dcca536917bb4cf4820cb69b6690fea 271 0.13/1.00 vMB 36
279,341 279,341 00000000000000028e88854b3a5491324848b8311b50ba8715354d5274c51afc 43 0.03/1.00 vMB 13
279,340 279,340 0000000000000002a592b102a196ebfcd70e01d7120a6b8df1cec8bcc21d46d6 490 0.20/1.00 vMB 59
279,339 279,339 00000000000000004bbedba940f69b4075042aa65bd0c2cfec4b9ec7bdf9ce7c 194 0.07/1.00 vMB 42
279,338 279,338 00000000000000002e5c4a036e7a3d42e2ed550c2daba1812b1b173d8da37bc7 281 0.13/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.96 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.61 GB
    • Received: 12.96 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.