Memory Pool Memory Pool Refreshing

3,496 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,878 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,437 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,877 (592,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,402 315,402 000000000000000023cd3b1eb548270303f8fafe9e80aab5ec5c453d7708ce2c 0.12 MB 171 50
315,401 315,401 00000000000000001d48fc0d84ba90e810cce1e2163befbd4f62d65aff528298 0.01 MB 32 33
315,400 315,400 00000000000000001c5b6828c26949399e8303b0a3cf1686742390c764074909 0.24 MB 441 26
315,399 315,399 00000000000000002072cb78255fd60a26aef5ca32e3d692b6d688cc808e0bf7 0.07 MB 143 30
315,398 315,398 00000000000000003270bd43cffc67f9fc700557aeb1a742a49c16d203129466 0.75 MB 1,401 29
315,397 315,397 000000000000000036d4e824fc2c396f560e09cb2b1a3c39b76023ae950c09e1 0.03 MB 33 15
315,396 315,396 000000000000000018461b706bc91180a95ae3a38db956ca7ea188d7058eda78 0.01 MB 12 14
315,395 315,395 000000000000000009e949d30036b9098e04c48298a10320860b9dcf5efe2c8c 0.23 MB 364 26
315,394 315,394 0000000000000000215110368ce7c8a920a6048390ca301bc2f66179ae672b46 0.08 MB 171 29
315,393 315,393 0000000000000000297d040ed4c639d0b4f9125afbabb910ef16238f963da449 0.42 MB 739 37
315,392 315,392 0000000000000000364917387dc8efa6e313945756944b0be19e9280f5862886 0.48 MB 747 25
315,391 315,391 000000000000000021c40d35f9c317d2e8c9ead4dec3e24b8d1919862bd8f89d 0.17 MB 293 28
315,390 315,390 00000000000000000963cc5f9d52ae9a89449fcdacbab4b29927b495066adab0 0.02 MB 25 18
315,389 315,389 000000000000000022f79370e2f9bbf287b19ae0ac2f5d1417eb64a11efa8bd1 0.18 MB 291 22
315,388 315,388 000000000000000009f66941c1e477aec9c956451a9b380cef164c1f5ff74c7e 0.37 MB 328 18
315,387 315,387 00000000000000001ff5c8409b5710d75f8115682f4746ae40aac1356b48113a 0.18 MB 144 14
315,386 315,386 000000000000000026fc34f5ba8373e6a9b3a921d186c38214113cf6b07b508b 0.09 MB 256 40
315,385 315,385 000000000000000008c789cdecc87275005bf7752fdb34f06687e8ed4a8d38b2 0.51 MB 646 23
315,384 315,384 00000000000000002d3c6fe3076ee88230cd42c174bba9196a34f4423469081a 0.17 MB 242 26
315,383 315,383 000000000000000027c2475a7a78b28582dd01bf3557bb249a1ea71802dc62d9 0.02 MB 32 18
315,382 315,382 000000000000000010ee39fb389cb714e78466b9b3016249b6221f8a168e86aa 0.15 MB 200 19
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,642.83 GB sent, 94.53 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.