Loading Tool

Explorer IconExplorer

Memory Pool

80,705 transactions
30.24 vMB
0.15149828 BTC
Random Selection Loading Transactions
Max Size: 182.21/200 MB

Candidate Block

Mining Attempt 8c27f849e3ba42dc4862f97600811c4adfc1c2c7419f51a4c326ace30dc2f29f
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 35ab4f5944113c82883be6b91be879923a0b9958eb4f5e92623c9e0971c7dc45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,942
Size: 1.00 vMB
Total Fees: 0.07793033 BTC
Feerates: 251.00 > 7.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (276,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,572 638,572 00000000000000000009dd0741a3de7b3345332221c7b2d981625293044c3968 1,518 1.00/1.00 vMB 21
638,571 638,571 000000000000000000035a5b2ade96ddd0a49f25b320022f7d7694fe79c05b97 1,354 1.00/1.00 vMB 19
638,570 638,570 0000000000000000000ecbb62b699912e1a353343831bd02f0a60c631df30f47 2,205 1.00/1.00 vMB 47
638,569 638,569 0000000000000000000e8ce46c85e28bf1752c4a61fff20fa07c41a4208e5993 2,824 1.00/1.00 vMB 42
638,568 638,568 00000000000000000003a2b0a25752aaa36cbec2fdad1b1ba8d32f36a289b39a 2,652 1.00/1.00 vMB 33
638,567 638,567 0000000000000000000b85ac9beaf2b530c45eafd3dac9e2ac14fbcbd243178d 2,367 1.00/1.00 vMB 41
638,566 638,566 0000000000000000000083ea5290cb3980f0e37b7003b8582c0493fdcf4a6351 2,595 1.00/1.00 vMB 4
638,565 638,565 0000000000000000000b524ebb084eb44fe879cc730b14fdaa819b14bd1cbbf9 1,268 1.00/1.00 vMB 35
638,564 638,564 0000000000000000000a20eb735941b673dbb9dae6d2b3db9f7b0a0f3bc8f41a 2,444 1.00/1.00 vMB 28
638,563 638,563 0000000000000000000bbe78dc63c9db9b5347e3b1c82323739fd063c8c02f06 2,887 1.00/1.00 vMB 60
638,562 638,562 00000000000000000006110d02108edbaddc5964e74a6b4dd010be7728fe8cea 33 0.02/1.00 vMB 37
638,561 638,561 0000000000000000000e8c0b440844ca76984dcce5955622a0d2e71683b5a420 1,249 0.53/1.00 vMB 35
638,560 638,560 0000000000000000000563585f6dd637384b618dd49e36e6d0fe47c5ce78872e 1,672 0.68/1.00 vMB 25
638,559 638,559 00000000000000000000219d6c4306fda08ad28e913796024909ae0c124c565b 890 0.36/1.00 vMB 29
638,558 638,558 00000000000000000001fee52c5484dbade3186b74538d67b439667e79ab38e4 1,293 0.48/1.00 vMB 3
638,557 638,557 00000000000000000006b4c84bc87e9822202fe2068ca892a601ed68bc93ee97 2,518 1.00/1.00 vMB 38
638,556 638,556 00000000000000000001e6afc41f1ab4475c479d02ec7463085dd2d11a4a1ddd 814 0.28/1.00 vMB 32
638,555 638,555 00000000000000000009a3e99294003ba6bbb2ec100a44a25b1086f4de4a3771 477 0.14/1.00 vMB 32
638,554 638,554 000000000000000000038d7c6b5da2b8acf7baa5e7333ef8079233c8bb66813d 1,599 0.56/1.00 vMB 34
638,553 638,553 00000000000000000008f81a0f2334936a8591b3ae7bb9b6892676b3d5dfaebe 103 0.03/1.00 vMB 40
638,552 638,552 0000000000000000000508a62c7c1b57dc3db0e47eb6dbc45dc47e6f7f11199e 2,077 0.81/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.62 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: 672.03 GB
    • Received: 16.11 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.