Loading Tool

Explorer IconExplorer

Memory Pool

56,649 transactions
18.88 vMB
0.04652698 BTC
Random Selection Loading Transactions
Max Size: 119.07/200 MB

Candidate Block

Mining Attempt 2660f87a38b875a48bbf7df4250a44a51c4d7c6d7e6953eae5131e0b86a34a08
Version 20000000
Previous Block 0000000000000000000178d5538a4cbb2de94d4987e9926b56eb43a1d7cf94b4
Merkle Root 9b45eec60c852f83b13e60f668859422473a243f957f5e9a37cdd39bdf40b1c3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 79
Size: 1.00 vMB
Total Fees: 0.00410257 BTC
Feerates: 6.04 > 0.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,692 (760,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,142 155,142 00000000000006b0b2266db380e55c57d95e83453a7af14b7ad990827c680393 23 0.01/1.00 vMB 91
155,141 155,141 0000000000000aac4006b3a62ec4c0a27df8cfb524115398d0cabaa9774adda7 9 0.00/1.00 vMB 17
155,140 155,140 0000000000000a3b56ca43d78df414c07df3fb6916a7147d83726bc98d74655f 14 0.01/1.00 vMB 48
155,139 155,139 0000000000000611dd527e5b5ad098ea7153094faac173ca0159fcff1267fb3f 86 0.03/1.00 vMB 113
155,138 155,138 0000000000000768af0f5fc3df25a9ac1893e8dab4d7138cee58999f86ec75dc 40 0.05/1.00 vMB 63
155,137 155,137 0000000000000c1ef777e13e9d3fc12c7c09a43f8f6f95c9d05d17060088b882 60 0.02/1.00 vMB 235
155,136 155,136 000000000000076491b2f4c4b852c5f5f5f55ed9e97610fffc58ffa7906c69f3 16 0.01/1.00 vMB 271
155,135 155,135 000000000000078374b8b37eb3bd49293db5d9780c87f82231a43170ecbd43d5 28 0.02/1.00 vMB 101
155,134 155,134 00000000000009895cb16e5c427e2bfad9bbcdcd13454a17037ee85d9db33cf4 33 0.01/1.00 vMB 75
155,133 155,133 0000000000000000dcd89b7471821456ed5fc0e45e76dc74f0b6d0cd8580aa58 20 0.02/1.00 vMB 80
155,132 155,132 0000000000000699639da870b3bee92e07906cc5aee337721ead3b87cc5706bd 103 0.04/1.00 vMB 176
155,131 155,131 0000000000000c401de90bf37f1796018226eee1695cff072bba07f71a45be14 97 0.04/1.00 vMB 122
155,130 155,130 00000000000000bc7042fa7bddd17b8f89834a4ae5448b340c294d0f443e6e8f 168 0.05/1.00 vMB 85
155,129 155,129 0000000000000b2903a6aeafd853d8c08b9faa4bfc9e8a8ea867aed990e38bfa 37 0.02/1.00 vMB 100
155,128 155,128 00000000000005fc96ce5bcbd4c7e79ac9e70509c91c3760f97f305dcd58a5be 84 0.03/1.00 vMB 150
155,127 155,127 00000000000009e372357d0850b9513df2173784653fdbed17f99135effbe4af 29 0.01/1.00 vMB 231
155,126 155,126 0000000000000c9eb33a2f18b0be895d90fdb7dc3d35b3c2ed64ccd4b1f56242 58 0.03/1.00 vMB 81
155,125 155,125 000000000000031c907801a129ef8374b195827d790ac86e70eaa774d4ceb57b 23 0.01/1.00 vMB 60
155,124 155,124 0000000000000a31cd77f7e8b58fc9db709d8dadea753758e10ea6e18e4be9c8 27 0.02/1.00 vMB 96
155,123 155,123 0000000000000410c2a65ae8b265349761df5c30bf9464f95b37fdd555eebff8 8 0.00/1.00 vMB 538
155,122 155,122 000000000000040b90d39b40b29142399f70e5103c3b92762bc2185cb0dc62dc 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.58 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: 774.84 GB
    • Received: 20.73 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.