Loading Tool

Explorer IconExplorer

Memory Pool

47,385 transactions
31.19 vMB
0.13917462 BTC
Random Selection Loading Transactions
Max Size: 159.38/200 MB

Candidate Block

Mining Attempt 682b9e2784395ab46e461898f7c263e0faa42b0e5dab188b51e214e82d3861a8
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 4c3f67163a366d72d26cdb9091a33f6e418c558eee9f4bfea67ffe034ef4be8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.05955589 BTC
Feerates: 150.97 > 5.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (362,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,469 552,469 00000000000000000018c4a1124b036e32cc1e38b9238b2560fb9e6d94499d95 855 1.00/1.00 vMB 9
552,468 552,468 0000000000000000001463bf19fe31332d4675d11a992270c51e5175994244df 1,615 1.00/1.00 vMB 30
552,467 552,467 0000000000000000000575468c6e7028193d0a80a439b4a7a10b41bed5b301da 662 0.30/1.00 vMB 34
552,466 552,466 00000000000000000029a349c8a2cff01b6f4e7df58c9e9f8523495e91e12527 1,650 1.00/1.00 vMB 3
552,465 552,465 000000000000000000234a8060e3e7e253063ecc23aac0188aeabde2dc3677b5 2,291 1.00/1.00 vMB 15
552,464 552,464 0000000000000000000c256141b711956f533a7e380785497eee3e2cb81e2e76 2,434 1.00/1.00 vMB 22
552,463 552,463 000000000000000000273614dab32629ccc604338f30eb8ff755a58f9661ca3d 2,712 1.00/1.00 vMB 46
552,462 552,462 00000000000000000016be53bf59f78f5f9ff348497887df89db78ceeb5403f6 3,304 1.00/1.00 vMB 48
552,461 552,461 0000000000000000001a03028ddce9aa2ddb45bf6a30e5c03ae7dd42fbe149aa 3,073 1.00/1.00 vMB 16
552,460 552,460 00000000000000000017579391d5b32411044b16f79e51708849b8ca7b16454c 3,112 1.00/1.00 vMB 56
552,459 552,459 00000000000000000017ee6a08baae9675dfe3d425cd4f99ae3e288e0c8d156d 1,145 1.00/1.00 vMB 9
552,458 552,458 00000000000000000007d9c6e3a519221f3ee9f294c71581cce971d877d9c541 302 1.00/1.00 vMB 3
552,457 552,457 0000000000000000002b1b28158a26589784a1d5c9cac858a82a3795186239ef 328 1.00/1.00 vMB 1
552,456 552,456 0000000000000000002f70aea8b95c75a0bd2bcd56f654ede220616f6e0c7dbb 1,842 1.00/1.00 vMB 15
552,455 552,455 0000000000000000001fa2d519623291114437bee4800bd545ad01c40d54a358 2,266 1.00/1.00 vMB 25
552,454 552,454 0000000000000000002266ac04abf43d5da1293f01e755f154b2d5e10f1d574f 1,367 1.00/1.00 vMB 6
552,453 552,453 0000000000000000001fe5ab5cd77d77e094b8de0b0e8b52c348c2c181191515 1,875 1.00/1.00 vMB 19
552,452 552,452 00000000000000000011021dc6ed9130098bea0ec278599c28ee59f309eaf8d9 2,129 1.00/1.00 vMB 19
552,451 552,451 0000000000000000000022d2102e8caded5666c064798eccc55b6d3da6c624d7 2,132 1.00/1.00 vMB 4
552,450 552,450 0000000000000000002a568d89bd8635a22fd61b429a7b7ae50468f85bb0fd5a 2,651 1.00/1.00 vMB 34
552,449 552,449 00000000000000000000e6df6be83a024c246136ab5915da3a493ea7e22eba37 2,166 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.61 GB
    • Received: 11.68 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.