Loading Tool

Explorer IconExplorer

Memory Pool

27,934 transactions
7.07 vMB
0.05877281 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.11/200 MB

Candidate Block

Mining Attempt 37503701014fcdc1131ec483950415eccee833c22efb64c425c327c2a73fe2c1
Version 20000000
Previous Block 00000000000000000001135bbb1013a04c24080ffe112a4b93712212a682e7d8
Merkle Root 3a2c608a7d2fbd062a7225c20c8298de54814180c5ed9e4557d0614ff3fa9e3a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,931
Size: 1.00 vMB
Total Fees: 0.03191559 BTC
Median Feerate: 3.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,234 (663,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
249,436 249,436 000000000000000e09670e36441080e2bb250cef013876c0255760a0da0e2987 196 0.09 vMB 115
249,435 249,435 00000000000000674bad2d7e856edced5cd6c62360ba3e3212358d63b984172a 198 0.09 vMB 102
249,434 249,434 0000000000000034237ac86c6c7fdc2c96cd0bcf43ce128381b50e2bb8c3e57d 166 0.14 vMB 91
249,433 249,433 0000000000000073c08b3abcff2f9e444f12a35569e196feb5dd3f68239e19ec 345 0.15 vMB 94
249,432 249,432 000000000000003d8cb26378eeabc3a3e2288300828edf678f69ecb58ed76a3a 223 0.16 vMB 75
249,431 249,431 000000000000003ac1d6b576bc6d22dfc72bb56e508e5b2494ff4fcdb703211c 5 0.00 vMB 116
249,430 249,430 0000000000000080a2f1dbad441f33991798c05335701cbb4f350f91ae3d51b0 64 0.04 vMB 157
249,429 249,429 000000000000001b085527e9dd3a7257612686c820678e611adf2e63089b1a91 112 0.05 vMB 97
249,428 249,428 000000000000003d682e0c5d701fa8e7254a16860eb049f649aedce671e0c02e 106 0.05 vMB 94
249,427 249,427 000000000000000b2dde18fb9ca803500f4602c77376d78dec6f1344e6b2e6ff 156 0.07 vMB 107
249,426 249,426 000000000000007fea7423f451d6448f136036a332df1265274c210b3f4911fb 15 0.00 vMB 84
249,425 249,425 0000000000000063ad9137afc5bb61d8a7539f19bd4a26bb140fcd39e447e48e 237 0.18 vMB 57
249,424 249,424 000000000000007480d20ce8e4ecd34948ca9b2ec908d378ad61082aa610c3fc 396 0.17 vMB 121
249,423 249,423 0000000000000001c3ec5c9f85779a68d57cd8429c9596848bc78fda5d965223 184 0.08 vMB 143
249,422 249,422 0000000000000019b9cd1a8a3315d5dfbec63464ccac20543e484dad45be746d 128 0.08 vMB 77
249,421 249,421 0000000000000021b5e7538df30f5b84893932f2eab31a815e041aa17cc1574d 476 0.21 vMB 116
249,420 249,420 00000000000000797724c53076931365486938e68083081a0e18e033f67bf2ea 182 0.07 vMB 144
249,419 249,419 000000000000002b3f1efa6c02064efefdb55ede463eefebcda7ae36b0e564c2 49 0.04 vMB 22
249,418 249,418 0000000000000066fb4733b6422a45ec5ddebd6c50561097a5e3a44df622d907 492 0.21 vMB 3,914
249,417 249,417 000000000000003cc7193b67988ea9c03674c09df2d73a7ed49292b17d0c329e 289 0.14 vMB 129
249,416 249,416 0000000000000009da3f5e9acafb7007aed1840e21b2d02369f166e7ec8332f9 168 0.12 vMB 174
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 79
    • Outgoing: 10
  • Data Transfer:
    • Sent: 42.04 GB
    • Received: 0.57 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.