Loading Tool

Explorer IconExplorer

Memory Pool

81,500 transactions
31.63 vMB
0.10478450 BTC
Random Selection Loading Transactions
Max Size: 188.90/200 MB

Candidate Block

Mining Attempt f2155ee7f9a0f5c87f0f6b7c126048641066f727c0f14e39d21e96ff2f1744c3
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root 7ae4954e613f3f903f9615007be1b1ac1f6c1b1a593bce01c15f2bdd38e89056
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 986
Size: 1.00 vMB
Total Fees: 0.02313650 BTC
Feerates: 711.74 > 2.32 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (27,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
888,224 888,224 00000000000000000001d05507c6a17d5961fef5ac87afd9d29c68027c7d0a9b 4,074 1.00/1.00 vMB 1
888,223 888,223 00000000000000000002809e34be71b99e4e969727fb24be524a0034f4085863 3,040 1.00/1.00 vMB 1
888,222 888,222 000000000000000000016500f6b62242b831845e192de13d21d0b86a9b147629 1,171 1.00/1.00 vMB 2
888,221 888,221 000000000000000000000c5269f984b192e36f4a77899047136ed42fd2a5f38b 2,519 1.00/1.00 vMB 3
888,220 888,220 00000000000000000001aa12671b891863974c7c2261e4a6657d93e4c21e4d0d 3,470 1.00/1.00 vMB 4
888,219 888,219 00000000000000000001e2e035f6c07724074f9b52f5cf8a3ad2397b0251e059 3,165 1.00/1.00 vMB 4
888,218 888,218 0000000000000000000161467bf56038b9a5099592cba40000e57c1a6c7f08d2 3,127 1.00/1.00 vMB 5
888,217 888,217 000000000000000000008567ffc2eb86897fd8db31b2dd0b71db42684178a0dd 964 1.00/1.00 vMB 2
888,216 888,216 0000000000000000000166c30fb2ae68b5d8c1a81d83487b3e350d00beda0c59 1,639 1.00/1.00 vMB 3
888,215 888,215 000000000000000000015d7931e18de29d82693e85b6943762fad40924181bc8 2,037 1.00/1.00 vMB 2
888,214 888,214 0000000000000000000225430edfd4bd5247788ab3f248b5a348244190db230f 3,946 1.00/1.00 vMB 6
888,213 888,213 00000000000000000000795c5d3918d4faf60ef39448df1ed9893153c445c5e4 638 1.00/1.00 vMB 1
888,212 888,212 000000000000000000000ca4c32d042a8437c6537647df52df4f9c8ec44b6f4d 3,020 1.00/1.00 vMB 4
888,211 888,211 000000000000000000010ff90bafa2d11b8e0421448bafeb0b744ea369613f88 1,341 1.00/1.00 vMB 1
888,210 888,210 000000000000000000026ea76792125d42c68686ff9d4c90a1dd8a27536e6496 3,729 1.00/1.00 vMB 5
888,209 888,209 000000000000000000013c20dfe2f326ec440fb26f7bf1da367b8ceb2d554109 2,154 1.00/1.00 vMB 2
888,208 888,208 0000000000000000000043827feb369697a8dd9f20acaca28f825bb955baba7a 3,555 1.00/1.00 vMB 5
888,207 888,207 000000000000000000013179042f57c1f4d078efe6c6ffeeae961d9a09c49def 1,717 1.00/1.00 vMB 2
888,206 888,206 000000000000000000026ec0c9f64a735001b3f8554022afc340e6eb2d9b0403 1,317 1.00/1.00 vMB 3
888,205 888,205 00000000000000000001edeaef9cdedadc203c6b0e5cf342adb77aa3d4fcf36a 844 1.00/1.00 vMB 2
888,204 888,204 000000000000000000008e4c9fbbe38bed69ea93ef2c642ac48e4eb22ffbc0a0 2,719 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.05 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: 720.47 GB
    • Received: 18.17 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.