Memory Pool Memory Pool Refreshing

966 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 941 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (115,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
792,524 792,524 00000000000000000001004a14a40e01b410b9610ead26af0d76b6f6cc62a707 1.64 MB 3,915 49
792,523 792,523 0000000000000000000321a9eb6e333629ccd5ea2497c7c5125614ca90d8bc3b 1.79 MB 4,127 30
792,522 792,522 00000000000000000003d43f173d696f2db08b11ef71f81ff1c8b91f12b0ac05 1.59 MB 3,554 53
792,521 792,521 000000000000000000038663c1308df5e7db3062669c1c690935976a0d5c2817 1.72 MB 2,974 21
792,520 792,520 000000000000000000053e8da5dfe8352027511fe387bf9cd5d95e44c0fb8342 1.63 MB 2,721 28
792,519 792,519 000000000000000000056681e48b9c340206f7c68439b4635e710324218a30a6 1.46 MB 2,153 46
792,518 792,518 0000000000000000000366152f2c744e04d384bef45f97e910f0754c28117baa 1.65 MB 3,874 43
792,517 792,517 00000000000000000000a467e62bc9d739247178c4c10e23a9aff5dc0d4aeb13 1.51 MB 3,078 40
792,516 792,516 000000000000000000021c6aba63111db6a5610d1ace91468acc1d6132ef5854 1.52 MB 3,625 56
792,515 792,515 00000000000000000000422b0c81f632be74ce32d43f2ba345d0f80d56d8fa8d 2.92 MB 2,369 21
792,514 792,514 000000000000000000006abdf8c783f3eebf01ac5fbb46fdb6014747bf943a84 2.14 MB 1,606 22
792,513 792,513 0000000000000000000338b68de35c8bfd5080fe0ca385e65baedd5996f3e31b 1.83 MB 2,759 27
792,512 792,512 00000000000000000003a0be4b8d56bca0ad74d658463dd016db5b1a878eac31 1.75 MB 3,728 29
792,511 792,511 00000000000000000004702f9e7af144a6719eb2b142c2442d17e930f1050ff3 1.79 MB 2,258 29
792,510 792,510 000000000000000000001ec23cf8f8839a8450fbe7bc58fb47a5b8259b451810 1.95 MB 3,990 22
792,509 792,509 00000000000000000002e8bdaad16a74b70463dfdea67b06020707e5a6f6a954 1.88 MB 3,211 20
792,508 792,508 000000000000000000049d60b1881cae4bb6b114e2658976aa8c5d388e7f84ea 1.46 MB 2,518 35
792,507 792,507 0000000000000000000335cc9b82b2c22cdc26dde67a53fded886042b9733ee6 1.46 MB 2,670 62
792,506 792,506 00000000000000000004ff11834d8b7338374103fb6ff9746bec3ddffa679b21 1.64 MB 3,541 41
792,505 792,505 00000000000000000001a9c96936acc754bb77c2449ab6c289ae2122563fd67e 1.55 MB 2,014 31
792,504 792,504 00000000000000000004f34a16d1c43d4b59d8e432051954ba0c1f88d8fa7243 1.85 MB 1,708 58
Previous 10 blocks ↓
Total Size: 769.10 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,629.01 GB sent, 93.40 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.