Loading Tool

Explorer IconExplorer

Memory Pool

25,006 transactions
32.71 vMB
0.04540694 BTC
Random Selection Loading Transactions
Max Size: 171.94/200 MB

Candidate Block

Mining Attempt 43b02e5d7fba75717fc34445380a098e16b4aded22e741674bcd33120cb918f0
Version 20000000
Previous Block 0000000000000000000075cc827dee3a6656260195cfd339372a2e96c70efb94
Merkle Root f1a2980ff4f5ffcb2d941e51115826f39688c149be353c390aec35aeb45887bb
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,837
Size: 1.00 vMB
Total Fees: 0.00808175 BTC
Feerates: 150.77 > 0.81 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,194 (804,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
136,137 136,137 00000000000007baa7ae1d4711c303ed4433b0d9f1aff4216768dbe7e2a6941e 37 0.03/1.00 vMB 408
136,136 136,136 00000000000001ccc36b79d2134406055ff79c5981616739128b607df7b8fdee 138 0.05/1.00 vMB 515
136,135 136,135 00000000000001e2a5f59b71deb01fe289aa3aeb4d32b1fb2fced7a48a77adec 23 0.01/1.00 vMB 539
136,134 136,134 000000000000033cbea689e934ef2d70558677c13165b9a585c13aac4b273922 2 0.00/1.00 vMB 4,130
136,133 136,133 000000000000002bd78d13219128061cbcafa5f5f581be621c8227e5dd3aa34e 11 0.00/1.00 vMB 489
136,132 136,132 00000000000008ff056ce4ce745680d24cab91f0383a0c709cb6e39120242461 83 0.02/1.00 vMB 90
136,131 136,131 0000000000000637b05ff41b58cebc79f4693fb712e71e9412bba9eb3e878d35 110 0.04/1.00 vMB 436
136,130 136,130 00000000000006a881afb24d2f7e56e5608cc87116bd129d6538d3dc5cf89a9a 24 0.01/1.00 vMB 245
136,129 136,129 000000000000021fd23b33b1bf9dc5f7ffdc3ab3d5be522dfe82a4651297358e 11 0.01/1.00 vMB 248
136,128 136,128 000000000000050295d4f3dcc6ff3ab280d7e61a9356f09f1ee5b5e1ae7287d9 11 0.00/1.00 vMB 651
136,127 136,127 000000000000047a91999c38e10d6f171ab786a6ae10fd856c4109f44c3a7ede 11 0.01/1.00 vMB 187
136,126 136,126 00000000000003e320ad92edcb59d836d67acd4d5b60e0eb7dce6836b1140aa8 36 0.02/1.00 vMB 494
136,125 136,125 000000000000066bdc81d5863ad1e7a8329c8774c158373ff5c57aabbc7f5a4a 13 0.00/1.00 vMB 554
136,124 136,124 000000000000072cab4cb02b97b57b84d66845a04726c51291576567f6fda2db 42 0.02/1.00 vMB 541
136,123 136,123 00000000000008fe72aa0a481b0f53b92b8e2c602d9b6cedccff7354c86892d8 22 0.01/1.00 vMB 518
136,122 136,122 00000000000008371cce727d1b2f2baa6b4c2834a3bffe6879d545cb858e0651 21 0.01/1.00 vMB 450
136,121 136,121 00000000000000508fa7c84f5051d41218e4bea95adb6845aa1abb9e6fb032f4 94 0.03/1.00 vMB 291
136,120 136,120 0000000000000aa600b3af5e396d854eb2d1a432af416ecd7a8dc955a25b09d7 30 0.01/1.00 vMB 364
136,119 136,119 000000000000029d81cf55b19e9069554f9c90b74cd68d52a233f00aa17bba7d 25 0.01/1.00 vMB 851
136,118 136,118 000000000000064f605919aae6f43cb44acb9de38a239a8b8d4baa44626e6bd7 76 0.04/1.00 vMB 65
136,117 136,117 0000000000000901049127f24c40317a6517b2453449c2fa0b3676ba91f4ac26 13 0.01/1.00 vMB 730
Previous 10 blocks ↓
Total Size: 827.08 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: 4,441.30 GB
    • Received: 241.03 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.