Loading Tool

Explorer IconExplorer

Memory Pool

75,568 transactions
32.22 vMB
0.26108684 BTC
Random Selection Loading Transactions
Max Size: 181.94/200 MB

Candidate Block

Mining Attempt 694a7a9e852fce5e7ed16f135444d845ffb717484c551c413016e4551d9d80d5
Version 20000000
Previous Block 0000000000000000000044f6eec2eb8bb3c7f8679fde1135783394e06cfef706
Merkle Root 7609a5dc45c337c3d1cd745f31085e7a5fdb1dcf93db8287f91f9be7d82db4d1
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 2,185
Size: 1.00 vMB
Total Fees: 0.05864060 BTC
Feerates: 73.20 > 5.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,545 (15 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,530 917,530 00000000000000000001c31a332c78e240ffc18864fe22701ffb4429667363fb 3,854 1.00/1.00 vMB 10
917,529 917,529 0000000000000000000176945f36c755ea617fb0331df6485e16069d439c0582 3,954 1.00/1.00 vMB 11
917,528 917,528 0000000000000000000004d61fa9f14c162b02634ca3db0d94f275dc3c3e34d6 3,518 1.00/1.00 vMB 16
917,527 917,527 0000000000000000000061a360752f9b9a6c2ce0f3a6f67e086f33d7493d153a 4,209 1.00/1.00 vMB 6
917,526 917,526 00000000000000000000d51cefc237b6bdee6252d47117a960601e6a3f62f213 3,965 1.00/1.00 vMB 8
917,525 917,525 00000000000000000001bad1dc6c3d29b839c60c9030033937f5e85776d940c4 3,588 1.00/1.00 vMB 7
917,524 917,524 000000000000000000017e5ecf19f259a243ee9f1658bf111b52979839bdbf6d 4,003 1.00/1.00 vMB 6
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
Previous 10 blocks ↓
Total Size: 786.75 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: 1,010.86 GB
    • Received: 34.95 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.