Loading Tool

Explorer IconExplorer

Memory Pool

75,236 transactions
27.78 vMB
0.07698507 BTC
Random Selection Loading Transactions
Max Size: 169.50/200 MB

Candidate Block

Mining Attempt 1c88fe3414ace70a1746f824c5bc6843efcee54e2cb5d5e2ad2f580a51ef6596
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 64366f31ed607b3ffbeebc49fbdb34544228ae5dd408c6acab29956c72d449a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,064
Size: 1.00 vMB
Total Fees: 0.01751970 BTC
Feerates: 100.00 > 1.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (229,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,389 685,389 000000000000000000028887cc07b9fc349be9d074bc4dc327d64eaafe8ff7a8 769 1.00/1.00 vMB 17
685,388 685,388 000000000000000000061fbdbcdbe22d77990700da8b8c3290aa363bd372e258 1,903 1.00/1.00 vMB 43
685,387 685,387 00000000000000000001ba98ae41d4e38d268aa2459b21acc2a771617c268aeb 1,861 1.00/1.00 vMB 48
685,386 685,386 0000000000000000000136a9368896ffd4cd43636368e72a079c9f7bc11eaeff 1,150 1.00/1.00 vMB 47
685,385 685,385 000000000000000000014f6aa0d4c9b42bff1c6e7745e9b7c1f0c3ea69834887 2,225 1.00/1.00 vMB 42
685,384 685,384 00000000000000000004cd8ded26a588b80d487ebb38391aac60a81934031f8b 2,279 1.00/1.00 vMB 55
685,383 685,383 00000000000000000001b574ab51cb3acfb55abb5baacee3a3ccc55c6c4b7579 1,538 1.00/1.00 vMB 26
685,382 685,382 000000000000000000018f9236548f6473420c3676baa26c04d334556b031133 1,118 1.00/1.00 vMB 23
685,381 685,381 0000000000000000000178b89b683f067b88d73de799ddf6e41e38863d65cc00 1,675 1.00/1.00 vMB 27
685,380 685,380 000000000000000000073b65f8fc4aa39a3cc0b93b2754a880b2b6f050de11b2 2,379 1.00/1.00 vMB 33
685,379 685,379 000000000000000000022699495ffe9ace5a63679d7f9c8bfb13edb22e498d22 2,154 1.00/1.00 vMB 66
685,378 685,378 00000000000000000001d602446e1253714c46cd7c3ce5556cf3952aa30eda4f 1,229 1.00/1.00 vMB 73
685,377 685,377 00000000000000000007782629c0a1a9d1bf9c7151c86dc38a694bccaba8bb0f 1,049 1.00/1.00 vMB 16
685,376 685,376 000000000000000000016f622ded991a659eef174a4988a93cf6a647f5c00133 161 1.00/1.00 vMB 4
685,375 685,375 00000000000000000003526376c608bf984555587b0d439f2ccc7cf9dfb3242d 1,438 1.00/1.00 vMB 27
685,374 685,374 0000000000000000000afcda456cff6517d6e1c31bc6ddbf7412a8b152a1844c 2,089 1.00/1.00 vMB 32
685,373 685,373 00000000000000000008326277d28a3fac11a4819bc61a0d0cff7e6ddfdd1db1 1,027 1.00/1.00 vMB 29
685,372 685,372 0000000000000000000ab1d7bd302d3667724e4157cb2235ee65b5120f8bd94a 1,380 1.00/1.00 vMB 23
685,371 685,371 00000000000000000002e0779dde95497b8f2f6893caa5910e8d0da5b275def7 900 1.00/1.00 vMB 20
685,370 685,370 000000000000000000006cee9f6a32d67dd3ede9188fafb84d32afb4c0ba92c6 1,130 1.00/1.00 vMB 20
685,369 685,369 0000000000000000000a68c0439b5038b4c5a10ac86167e32f82e30756cee25d 1,523 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.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.