Loading Tool

Explorer IconExplorer

Memory Pool

87,153 transactions
32.34 vMB
0.14344787 BTC
Random Selection Loading Transactions
Max Size: 198.32/200 MB

Candidate Block

Mining Attempt 337a49ad2d266569e275080e129d919fa6a4f4898984908d7646d7eff7366016
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root d8a597338fcc51fd601f04156eb2f8000fdb3732364052ce2171e4aa84800e34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,963
Size: 1.00 vMB
Total Fees: 0.06276400 BTC
Feerates: 502.65 > 6.29 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (363,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,496 551,496 0000000000000000000f64080be2ad10e9940d2a78538ae41e4ab269f84f6cae 2,303 1.00/1.00 vMB 35
551,495 551,495 0000000000000000001b51565d6bd25e2fbc1252795166f12cff8de4c8c47961 2,762 1.00/1.00 vMB 24
551,494 551,494 00000000000000000015240d1b2b36136a87256a54561fffee72aa4b7973ecc5 2,421 1.00/1.00 vMB 23
551,493 551,493 00000000000000000009e5d82a827690144c28d425747a504de002bfc154d0a9 2,144 1.00/1.00 vMB 46
551,492 551,492 000000000000000000292256cae1f13d0f7cf0db03048e89a227bf8b44bedbee 2,773 1.00/1.00 vMB 34
551,491 551,491 00000000000000000002638730471ca771ed706a29e64e37edbb5e8388967e7b 2,423 1.00/1.00 vMB 27
551,490 551,490 0000000000000000000feac8ba3eeee17f7cb7c38ed14cb2a16b3ea884b33c55 2,515 1.00/1.00 vMB 24
551,489 551,489 00000000000000000007f84b2e122b2e40ce1325c9f2ce41e14bcbe252e392bf 2,081 1.00/1.00 vMB 26
551,488 551,488 00000000000000000005e1f90abf0c9c64521dcabc9de6e2a778073c3ed21264 3,106 1.00/1.00 vMB 54
551,487 551,487 0000000000000000001ff1534e2d9e4493de14ad34e35f0f0d8d8c43d993592a 1,847 1.00/1.00 vMB 32
551,486 551,486 00000000000000000009d9661da577bce05e5fee470f7be2199420d8a97d875e 3,362 1.00/1.00 vMB 58
551,485 551,485 000000000000000000278cdd0da8b8e10327d4ec3e44bea78af45611397623b9 3,008 1.00/1.00 vMB 50
551,484 551,484 000000000000000000140b30875fa341d995cc66888a0c39498e8167f916c8ad 1,645 1.00/1.00 vMB 36
551,483 551,483 000000000000000000012674ebe32f93194c5cfc7a8aab6f18b0d106c78d03b5 3,357 1.00/1.00 vMB 60
551,482 551,482 0000000000000000000d2679b2845fa1f85360039256129d95b644adb3b1801e 2,359 1.00/1.00 vMB 30
551,481 551,481 0000000000000000000250e16d994724d086f69cb57b7a540cebf3858794ac40 2,529 1.00/1.00 vMB 42
551,480 551,480 000000000000000000150dbfd2ad2058654825738fcf7213bc5ebea7cbe9b170 2,462 1.00/1.00 vMB 55
551,479 551,479 000000000000000000090dcda1a4f24f96bfdc3d7d18c16cb9fd30f1372377b6 2,157 1.00/1.00 vMB 42
551,478 551,478 0000000000000000000bd36472e9dca43edcff920d40168ce337e47fa2f2b493 1,481 1.00/1.00 vMB 63
551,477 551,477 00000000000000000021475336d6431985b8a59a3f8f2806b3c524d78c5d9f83 2,436 1.00/1.00 vMB 68
551,476 551,476 00000000000000000005ad6b0797a25e2537c8882aef35a596cc27fb82573e24 1,904 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.76 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: 709.14 GB
    • Received: 16.85 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.