Loading Tool

Explorer IconExplorer

Memory Pool

82,352 transactions
30.13 vMB
0.09467027 BTC
Random Selection Loading Transactions
Max Size: 182.75/200 MB

Candidate Block

Mining Attempt 3a9c87c687540936070003cdb54cb6909147bd590c8f74b54bc941e1a6ce4503
Version 20000000
Previous Block 0000000000000000000170b6459c42e376b497e3e7853e6893087f6e06ae3df7
Merkle Root 3ec8e4e09fdf635b34abe13806c6ff50cd2db8280ee6afe47fd1ef37b2ff9b98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,589
Size: 1.00 vMB
Total Fees: 0.02428054 BTC
Feerates: 100.60 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,121 (683,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,629 231,629 000000000000022d3c49275cc151f1ecaf0cbc3c8c1ffb685593c3da7b102c75 95 0.05/1.00 vMB 111
231,628 231,628 00000000000000b39e4b88a94e9183cae7e2706aec121c7f64a61b9f6d11aaae 460 0.21/1.00 vMB 157
231,627 231,627 00000000000001a280ad94e0cb31cd8cb71d90fd3531753cf68724959f143eee 365 0.20/1.00 vMB 135
231,626 231,626 00000000000001568430c2f2097e92554a33e9e3e4e7b1c9737cf6312c986bea 441 0.25/1.00 vMB 125
231,625 231,625 00000000000001b679eea8380456e5379bc020659292f85d247463d7a8d67e49 456 0.18/1.00 vMB 170
231,624 231,624 000000000000002029117cddd4df09276c3bccde4e8e404d1f4d0d823fac78f4 170 0.08/1.00 vMB 185
231,623 231,623 000000000000003a057525654e8c934fd959dc454abd027c258aed08325b2fc6 210 0.09/1.00 vMB 181
231,622 231,622 000000000000010aa9cfa67ac49bdc3922fb064492d7f5c2eedb5857d30b8e77 230 0.09/1.00 vMB 168
231,621 231,621 00000000000001389a8cd09ac17cf8215cd4aba6d391ee2202672d5f4a0b4887 326 0.17/1.00 vMB 137
231,620 231,620 0000000000000173b91c54767f003f02cd0412737e6bf6de58d2e461d38e00c6 517 0.23/1.00 vMB 155
231,619 231,619 000000000000002e31ea9d2de0cc49fec7bf7cd81b1ce535b0d87a9517b5c5bd 571 0.24/1.00 vMB 272
231,618 231,618 000000000000005e37b1ef53d30adc7f22404ab4bfa7bb253c3f108d036c14c0 179 0.06/1.00 vMB 183
231,617 231,617 00000000000001f6d407b96fb905efb56d1fc4b2ef1aeedd3357e91818d13f30 552 0.25/1.00 vMB 238
231,616 231,616 0000000000000140006e180439f261054664bb9961b018dff6a46eebb573b806 470 0.22/1.00 vMB 197
231,615 231,615 00000000000000f8fb8958ab46cd4e1ac7b441c7152a34ac6494d52bb098bb85 277 0.17/1.00 vMB 140
231,614 231,614 00000000000000c2e28d5108f52fc036efff8794d85a3335622d14ac13532e6d 588 0.25/1.00 vMB 135
231,613 231,613 00000000000000b30b5a7a9799101a4160cc88ee1ec26ecbb8fd8fd11794d681 678 0.42/1.00 vMB 146
231,612 231,612 0000000000000057ea42ae945a56f1c6bc25d6ca7e1405017c46bf7d627d15a2 586 0.25/1.00 vMB 213
231,611 231,611 00000000000000c9bad7e108e1a37e7fccb8fca44e3338d980aff269099105a2 607 0.25/1.00 vMB 202
231,610 231,610 000000000000017ee2d1f78f46293461ef8187f327ed6cf6356702c0a538ef4f 180 0.11/1.00 vMB 171
231,609 231,609 00000000000000e52ee1a2c000eb7bf84a0e880471502bb5b3d631d205d3d98c 22 0.01/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.60 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: 671.80 GB
    • Received: 16.01 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.