Loading Tool

Explorer IconExplorer

Memory Pool

79,877 transactions
29.84 vMB
0.08086098 BTC
Random Selection Loading Transactions
Max Size: 179.07/200 MB

Candidate Block

Mining Attempt 834eac1c8e233db704b9226d23b0f3ced77c183276f840d1b9c8ba0ca0fa7e29
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 9908b457effbfd6eb46874861a59d22f996fe78c787c58fdc9931ab2389b9ee4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,688
Size: 1.00 vMB
Total Fees: 0.02003993 BTC
Feerates: 100.29 > 2.01 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (381,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,820 533,820 0000000000000000000e8cf2c482b43d7a9670788c6db5d2939873bc391d4088 1,358 1.00/1.00 vMB 5
533,819 533,819 00000000000000000005206f1a1bb9f125f923859d5823c4bebc01a98ec85fc4 2,805 1.00/1.00 vMB 18
533,818 533,818 0000000000000000001a9c06d354858e90d8262f788c3f2fe137f037d506000b 2,794 1.00/1.00 vMB 36
533,817 533,817 0000000000000000000c95c3dccfca0d2cccb00e70272923b47073584a6850c2 461 0.20/1.00 vMB 31
533,816 533,816 0000000000000000001f642d24d3968eeef81460531346adbfb9882dd711ed45 2,246 1.00/1.00 vMB 24
533,815 533,815 000000000000000000159398b609db2cf004c969873665c47a646c6518d4a1f0 1,343 1.00/1.00 vMB 8
533,814 533,814 0000000000000000001d3c20541665419ed49b5ad364d97b05f99b9581ada698 1,937 1.00/1.00 vMB 12
533,813 533,813 000000000000000000012f5db59e6e6a2afa07ae14d1fe99504a47489ff7d026 2,714 1.00/1.00 vMB 14
533,812 533,812 0000000000000000001b5a8f85dbab023deef79942a635ca027711ae333d590a 2,645 1.00/1.00 vMB 20
533,811 533,811 00000000000000000020d570b1b314a5f09d6991545ad03a1d864627896c6235 2,814 1.00/1.00 vMB 40
533,810 533,810 000000000000000000257c4cb354760ccf3d7ba927b376cd8d4e3cd652ff518d 103 1.00/1.00 vMB 1
533,809 533,809 0000000000000000000bdd18ef16d034f272f651eb7112d17a1767ae632de41d 2,504 1.00/1.00 vMB 39
533,808 533,808 0000000000000000002ebecaafd0f72f99e8532b5ec78aa98ebef1dd9a0312e5 2,395 1.00/1.00 vMB 20
533,807 533,807 00000000000000000013296f1bd59f6303e3fe50bbe6b95520aeb6d0e48a5f50 2,209 1.00/1.00 vMB 11
533,806 533,806 00000000000000000035ad553049e106b14a165bc0c40eb0da6f0a23b74c9bad 2,594 1.00/1.00 vMB 35
533,805 533,805 0000000000000000000cf0771a3f149451b47e6d0895e44238fb590d5df985c8 2,096 1.00/1.00 vMB 25
533,804 533,804 0000000000000000000157c2f40bf4623d3c2f6a27f452f9b8b74f539a3e6468 1,908 1.00/1.00 vMB 9
533,803 533,803 0000000000000000000e2b8ceb845eb99ece44aba499ed1c8e2f905630f96ab1 2,418 1.00/1.00 vMB 19
533,802 533,802 000000000000000000135112a6f9677de2977020544262cac6970303993d391f 1 0.00/1.00 vMB 0
533,801 533,801 0000000000000000001eef933b3a4eba003b5a005998e5b26f5faab89c9bca4d 2,535 1.00/1.00 vMB 12
533,800 533,800 000000000000000000029763a925394c89a37dd0f6d4e7e4991422f211fbf248 2,256 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.70 GB
    • Received: 15.04 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.