Loading Tool

Explorer IconExplorer

Memory Pool

76,993 transactions
28.72 vMB
0.07695235 BTC
Random Selection Loading Transactions
Max Size: 173.75/200 MB

Candidate Block

Mining Attempt 718ebc7b48599ea6ca4735684f4dee2d9031a3456a01820fed1e8385b4b77f87
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 84a8a6e455b58b2a0cb3a25b3f0523faf9743a32804d01cf4de7a209d6ae7722
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,034
Size: 1.00 vMB
Total Fees: 0.01713967 BTC
Feerates: 100.17 > 1.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (643,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
272,111 272,111 0000000000000005db3d77a0a552224bf8c6f20671eeeebc5d833a3752a5f0c4 240 0.15/1.00 vMB 32
272,110 272,110 00000000000000014b56f66f550e5b0f611648d3d4803fac89de8bd83db1a843 277 0.16/1.00 vMB 43
272,109 272,109 0000000000000002d5e0b3ab886b5e8562e36b42b3f7b7c38a32f829c9274234 358 0.14/1.00 vMB 57
272,108 272,108 000000000000000413cb39fe55aa6950d4ae74e34bdb4d4a022eb364c5c6bba3 274 0.10/1.00 vMB 48
272,107 272,107 0000000000000002099dc14da18707ec5f5da21c1929f707c872acfecf6ab253 593 0.22/1.00 vMB 71
272,106 272,106 000000000000000343d880297243f1016643296d6e518b39c998bb4a30303c60 91 0.04/1.00 vMB 17
272,105 272,105 0000000000000000f39c9ea825a41d7cb2c16a60290779f4d4867be5c6fcfd8c 574 0.41/1.00 vMB 96
272,104 272,104 0000000000000002a25c2bf5729fd21881f3af529e3aa04b762ab6699b09e2e6 887 0.25/1.00 vMB 198
272,103 272,103 000000000000000563c6d7d37ce357c142006206a078d197434cd27adcdfd871 1,436 0.50/1.00 vMB 82
272,102 272,102 0000000000000000fe668c2f4dcdcce4eabd03d57f3146c54c27143de8807816 837 0.25/1.00 vMB 265
272,101 272,101 00000000000000046cafba7fab66e25bb71e6dc5c74b71956e751341588972a0 374 0.24/1.00 vMB 9
272,100 272,100 0000000000000005dedcba566d4311ce32577130c1f168d60a02636b9df1ce0c 920 0.49/1.00 vMB 27
272,099 272,099 0000000000000003993169fae7aca0142655da68dcdbeaba7d5ac042377fc5c2 302 0.25/1.00 vMB 108
272,098 272,098 000000000000000351c9ddda1e6f7a1bac1bce2de226701d3b8092c27dec37b9 663 0.25/1.00 vMB 53
272,097 272,097 0000000000000003485fdedc5bd3f5d4036c7438fff8e6695241a51529bcf40a 724 0.25/1.00 vMB 77
272,096 272,096 00000000000000063c800c53ae94cd9e4916214302584d485e2e85c1035579b9 266 0.14/1.00 vMB 49
272,095 272,095 0000000000000001c3b5dcd076a0fb1c52d1baf2c9cfb6d1b46e3fb883a4a1aa 484 0.24/1.00 vMB 58
272,094 272,094 0000000000000002d51567a09d7240f83b2b7a56f9d86678a42de2e229e64d5e 570 0.25/1.00 vMB 60
272,093 272,093 00000000000000035f52aa446494c980e4bde1378b151aefdf8a4ca66f868650 450 0.19/1.00 vMB 60
272,092 272,092 0000000000000002e9d270383b4da7ee030a77dea74da7725b2840aca689b1bc 56 0.02/1.00 vMB 41
272,091 272,091 0000000000000005035cac4c1e430e5ebee1ff5caa6dd4ef3717e4cdab8c91f2 342 0.11/1.00 vMB 195
Previous 10 blocks ↓
Total Size: 782.63 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.12 GB
    • Received: 16.15 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.