Loading Tool

Explorer IconExplorer

Memory Pool

19,387 transactions
8.62 vMB
0.03278638 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.80/200 MB

Candidate Block

Mining Attempt b829be794a4d1ca7c52ee4035ef45bb348ed13f4d2f6d41df327d6c8db889c32
Version 20000000
Previous Block 000000000000000000020b3bb8f61917f7848c1ad34d4f62bdc7addfd2b7533f
Merkle Root 6b11ad758eb37e4cf73fcb099b79654cbb525a780e309cf973413879a2e54396
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,542
Size: 1.00 vMB
Total Fees: 0.01381494 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,424 (727,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,093 186,093 00000000000002d83e164a82b542017470246c97986db4618b791938640b09fd 58 0.05 vMB 67
186,092 186,092 00000000000009a66bfba21305ba63f405184b3d17c5c40e1380a947f316ba60 44 0.02 vMB 349
186,091 186,091 0000000000000751b94acbb877c808af3667eec823772c2d00cc814dc1c030a7 8 0.00 vMB 206
186,090 186,090 00000000000003ae77e094bef6aa92eb0ad6fb29c6029e654f038ef92002775d 23 0.01 vMB 75
186,089 186,089 000000000000014eff5391442f67d91dec84505b952e5c0bb85a05496e096312 92 0.03 vMB 19
186,088 186,088 000000000000048b7365932950a42dd12475ecb33d89dfdb1b3a3d2826c0dd37 18 0.01 vMB 83
186,087 186,087 0000000000000489b918909453a8ab0c70318d1596a9e37a7bb17c42390e4950 43 0.02 vMB 105
186,086 186,086 00000000000008279346e7cffe4f734cf8b10c733eae01ba867bc4d883fe36fa 16 0.01 vMB 74
186,085 186,085 000000000000077b2195a0c9db6f4179cb98ef579f300943b3a69357ac9e2028 349 0.15 vMB 126
186,084 186,084 0000000000000742c9f87c54bc449ed39669b6b81ea010d11fa247e01791f139 100 0.06 vMB 65
186,083 186,083 00000000000006341b82a2abf3012e44b7f604e9acbde66513f8cb4e9b46e072 10 0.00 vMB 0
186,082 186,082 00000000000006195cb8f4f8702b7d3d30997eeb703c465519b231b8c728f888 29 0.02 vMB 43
186,081 186,081 00000000000005dcafc58213a85f4f4d955b9f043f0c53e5cd5dfaf5940ad83b 418 0.18 vMB 129
186,080 186,080 00000000000005be43f114d39d884cb975f7f27610dd5280f2ca47fae2d87be2 18 0.02 vMB 76
186,079 186,079 000000000000017a5820a752ca5c53d5331ebc2d2ee6d7b202a8adb65e678ab7 45 0.02 vMB 48
186,078 186,078 00000000000005e3de488513b214bed4915093f1617283bdeb7c0e5cae0803f2 601 0.22 vMB 180
186,077 186,077 000000000000008f21d1367f39b7151169fa70ffb7150a2ec11e3ca497f939e8 113 0.05 vMB 89
186,076 186,076 0000000000000429f37e05045a6cd6d0ee6a429deb2a577fb7f8aa2d37656655 256 0.14 vMB 151
186,075 186,075 00000000000002e739d07006a03ebeb97bf0d4dc37cfd78ab249a553ad02f97d 57 0.03 vMB 249
186,074 186,074 00000000000006718ca96202b86cf77c4c5147ad20e407cc91deb662f152bd5e 100 0.09 vMB 84
186,073 186,073 00000000000004a7b9e8211a389b2b7e90003c5b0fd7a215cb454905753b5f23 109 0.04 vMB 139
Previous 10 blocks ↓
Total Size: 779.61 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: 298.04 GB
    • Received: 1.27 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.