Loading Tool

Explorer IconExplorer

Memory Pool

85,710 transactions
31.96 vMB
0.21026839 BTC
Random Selection Loading Transactions
Max Size: 191.12/200 MB

Candidate Block

Mining Attempt 005e5c89b85f5b4d42e377bc321a1fa9bc9cde5acea88c5e0f993f4790960b2a
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 03528bd9b3146a541bf7b5c7eb46294d296f55152026566addddabf066349673
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,875
Size: 1.00 vMB
Total Fees: 0.09489121 BTC
Feerates: 529.10 > 9.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (532,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,156 382,156 00000000000000000e9c5de8472b4e6919d7a021df40e7daf763a1d3360751cf 832 1.00/1.00 vMB 13
382,155 382,155 00000000000000000c45f2396dfb09535fa9be21611a7093b2d6b8ef4488ee30 1,591 0.99/1.00 vMB 35
382,154 382,154 000000000000000010472b9348a501f4a5fa5922da1ffed0dab9e040e648d93a 725 0.35/1.00 vMB 29
382,153 382,153 00000000000000000e944276d67a6aea06c0c9e970d853c2bddb2402d03f3c0a 1,920 0.98/1.00 vMB 33
382,152 382,152 00000000000000000fbe7c6046af450c97ab5e80158aade952eb1309c7db938f 1,548 0.95/1.00 vMB 43
382,151 382,151 00000000000000000dc864f0e66e2888b4209ed1f33b45b1e54d3f0f1e16cbd1 976 1.00/1.00 vMB 18
382,150 382,150 00000000000000000087276dfed347d1c871d3c36516f250b9e9c8939684e173 2,497 1.00/1.00 vMB 44
382,149 382,149 000000000000000001e96a715faf4364bb46dff7cb584363d02e82ac84ad423c 1,201 1.00/1.00 vMB 17
382,148 382,148 0000000000000000052e1be64be99ee38cfc7753dc40359ba30c10adaf77d912 674 0.88/1.00 vMB 16
382,147 382,147 000000000000000009a2ac076685abd4b10ce0dc7c6bdca086de182ef5539a77 499 0.31/1.00 vMB 21
382,146 382,146 000000000000000000cdbbf3624d44687956baaa18b2da0019cfc15c830c0c35 1,508 0.93/1.00 vMB 29
382,145 382,145 00000000000000000a1bb5e5d6722d49ac6c8611618ed04e04426710a8ce7620 2,490 1.00/1.00 vMB 51
382,144 382,144 00000000000000000277f690bf088ad9a8c1591a7d03c4c5b4b7ce3d2eb0b8a1 910 1.00/1.00 vMB 16
382,143 382,143 00000000000000000f418343b180497b85329ce59b42d771e081d10764ee0b5b 2,304 0.95/1.00 vMB 39
382,142 382,142 000000000000000010c7146e82fd6eb18f3c2bd4857ca6785aadbd7e78bd3be7 1 0.00/1.00 vMB 0
382,141 382,141 000000000000000010ec1cfe20cf64d08797a8f09acddc223fbe0835d34423d1 3,167 1.00/1.00 vMB 59
382,140 382,140 0000000000000000086e8a88c90ca62fccaa61c73215e588a1eb06b8dc8b29fe 2,351 0.95/1.00 vMB 39
382,139 382,139 00000000000000000f88974eb9071e2a549f2b5bec3a987180ff5c06d8960575 1,371 0.79/1.00 vMB 31
382,138 382,138 0000000000000000013a9f0eae6be221da2f02fedf273c2d30c4607b47226255 910 0.69/1.00 vMB 22
382,137 382,137 00000000000000000dc3a6f690e8c080b101280883c103a8bfe416e201579410 2,024 1.00/1.00 vMB 41
382,136 382,136 0000000000000000086c152ec7586393b4b7029381fd199fb8a8fcbdb9e19eb5 105 0.15/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.