Loading Tool

Explorer IconExplorer

Memory Pool

77,179 transactions
31.29 vMB
0.27169482 BTC
Random Selection Loading Transactions
Max Size: 179.63/200 MB

Candidate Block

Mining Attempt 6a49671fb252f12f5af88392e39437183a9ca7535422543a1df554ed9f3c8df3
Version 20000000
Previous Block 00000000000000000001caca0136f2179f55ff26cb3276bbaa84eae05f837e30
Merkle Root de04bbafeb44d3cd6589c01d14d10ead33b9d0768f759f62b553c55d145181e8
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,433
Size: 1.00 vMB
Total Fees: 0.08278217 BTC
Feerates: 804.28 > 8.30 > 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,537 (14 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,523 917,523 00000000000000000000bcbb98aa63a90d126e8a5e80d16140eea02e93fa9b17 3,757 1.00/1.00 vMB 9
917,522 917,522 00000000000000000001888248761cd1e9aeb522f26541d7755acc5ce306bac6 4,151 1.00/1.00 vMB 5
917,521 917,521 000000000000000000015b1c046093066aa33e210dfa0ba05e643d5c26e5c99b 3,832 1.00/1.00 vMB 6
917,520 917,520 000000000000000000016d7b1d76cadd9947921184ba03ea0e4db276222bbf69 3,695 1.00/1.00 vMB 8
917,519 917,519 000000000000000000002862a6e4f51f63db63ba12f7c4cf45de030f4eda3893 3,033 1.00/1.00 vMB 3
917,518 917,518 000000000000000000006a7773e9802cfe96b415afa40db0954df120c5d1ada5 2,780 1.00/1.00 vMB 2
917,517 917,517 00000000000000000001105fbc2d5e73f43dd6a44fce9deb79d93b70772a6bfa 3,824 1.00/1.00 vMB 4
917,516 917,516 000000000000000000017c38ad0d5b0d1fa0a1470050d981549e54949708ed27 3,648 1.00/1.00 vMB 4
917,515 917,515 00000000000000000000cb5616b6d23aa5fc9fe47ccc39cdbfa21c65b9ebcb9a 1,945 1.00/1.00 vMB 2
917,514 917,514 000000000000000000001448fba435388f51d5e31960f894e7ae87b48aec9f93 3,637 0.99/1.00 vMB 12
917,513 917,513 00000000000000000000733cde345fb6e99ef1b6f411e49cf0b86063ef42d7b4 4,207 1.00/1.00 vMB 4
917,512 917,512 000000000000000000016eb6c23609dc2395983db733d62257cd49d4ca47835a 2,131 1.00/1.00 vMB 2
917,511 917,511 00000000000000000001b8d1b80854603d877c7507f2b665263168e0e9f3990b 3,325 1.00/1.00 vMB 3
917,510 917,510 00000000000000000000035afa2582f299ed3bd8412a98f2c9e706dc32f97daa 2,464 1.00/1.00 vMB 2
917,509 917,509 0000000000000000000089c3bfc7a62564cdc7df299c6d76ac68fc15874a9e5f 4,072 1.00/1.00 vMB 4
917,508 917,508 000000000000000000014e0387cd181b15a1b64f9d28d7fc4ca8a04b7694dbcc 3,762 1.00/1.00 vMB 4
917,507 917,507 00000000000000000000ac8ca3aea6038129397a54971d523c75707be8cbba5f 1,314 0.78/1.00 vMB 1
917,506 917,506 00000000000000000001ba75988aaab8cae8f89bc6e6a4b1c8e7b58bdfd3be02 3,490 1.00/1.00 vMB 4
917,505 917,505 00000000000000000000306b96e3b31d22cfa53534f0832b3813ac0a701b0454 2,365 0.91/1.00 vMB 2
917,504 917,504 000000000000000000005eceb96c850836d1954620f7140346b28bf4e803643a 3,905 1.00/1.00 vMB 1
917,503 917,503 00000000000000000000faaf3a3349c4df83b2c5d3df9b0eac4a08d415911a4f 2,976 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 786.74 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: 1,010.55 GB
    • Received: 34.86 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.