Loading Tool

Explorer IconExplorer

Memory Pool

76,343 transactions
28.14 vMB
0.08417445 BTC
Random Selection Loading Transactions
Max Size: 171.38/200 MB

Candidate Block

Mining Attempt 679de3483c8d31931e2ef7f591368e1f7c5ce4962d4d0e58854f0f3049c09101
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 0911c78ef3f7fefabd9afc323435eb10505eef7742535d6ccfd52ea57c338236
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.02345179 BTC
Feerates: 150.93 > 2.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (499,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,360 415,360 0000000000000000002e41484d8987b6bc6419a215e43d0a1e9373a1396ca3c4 1,239 0.70/1.00 vMB 40
415,359 415,359 0000000000000000021f679b24f2c67466937a47210e55574046b47a7b943b8f 1,082 0.99/1.00 vMB 24
415,358 415,358 00000000000000000476e4e2a6dee84669f9737b638d4e550c950b07828463e7 2,678 1.00/1.00 vMB 56
415,357 415,357 00000000000000000409150a8c24b3699e7eeaf93933be6d3d3b0eca1ada552b 866 0.99/1.00 vMB 21
415,356 415,356 0000000000000000037276bb3fccf25942eac416d5c537eeca39e4c7c7897f31 962 0.63/1.00 vMB 26
415,355 415,355 0000000000000000058a59f94ef788ec6958c758ee483bb1ba85e911d3f9cf27 2,638 1.00/1.00 vMB 66
415,354 415,354 0000000000000000012d454dcdf8485b673f49cdefcd1b5f24dcfc37326c1a26 619 0.37/1.00 vMB 41
415,353 415,353 0000000000000000043a9975933cee8e0d783c2550ffaa7c16a3a556fa18cb0e 866 1.00/1.00 vMB 12
415,352 415,352 000000000000000003688d5bcf1351e7e9fe39c385f6335c5ab4bb7dd3587662 1,819 1.00/1.00 vMB 44
415,351 415,351 000000000000000003e07c79300653b487af736f8bc8a8eee8401622e08e1fa6 1,490 1.00/1.00 vMB 42
415,350 415,350 000000000000000002642e34e852c5a5f368ffa917a94fbe0df1a448b359a7ff 2,825 1.00/1.00 vMB 70
415,349 415,349 000000000000000001ab00ffb0ee52d515d029bb6be47c8371ec9857c118394c 2,326 1.00/1.00 vMB 52
415,348 415,348 0000000000000000037f673c7a6a3aaee0b4a9af100efb1d9e169536ab9ee7d6 1,617 1.00/1.00 vMB 25
415,347 415,347 000000000000000002d15306bca1a5292627b570f67426d94f1eec6353bbfd65 1,778 0.99/1.00 vMB 36
415,346 415,346 000000000000000003d9767e004e6bde1f621126a8db92e511335ab3ecf212a8 2,142 1.00/1.00 vMB 37
415,345 415,345 00000000000000000117ccd5345091fb6be0c0ea2c1f377ba55366d87632ca61 2,066 1.00/1.00 vMB 38
415,344 415,344 000000000000000005584b965a9b6f98c575df2e530ca54256d518aa133f0af3 2,974 1.00/1.00 vMB 48
415,343 415,343 00000000000000000354d39e25cc8889dbd007e3bb98c8f5f19dbfb697f182cd 3,160 1.00/1.00 vMB 63
415,342 415,342 00000000000000000278b2c5caf9d61375ba82933c4574e51c18b4cd39afef0f 2,704 1.00/1.00 vMB 80
415,341 415,341 000000000000000004254936dd1df3c173242eb14bd227ac524806eccaf76c45 2,932 1.00/1.00 vMB 85
415,340 415,340 0000000000000000052c5dff8a2f620777f533ed2ea60b42787384f3e82efe07 1,047 0.43/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.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.