Memory Pool Memory Pool Refreshing

10,330 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,352 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (46,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,154 861,154 000000000000000000018e999d2b7c3561dc47e7618314ab1d651455e950dbb8 1.59 MB 3,823 8
861,153 861,153 0000000000000000000072f4ae3ee423e122c0b33a6c2538227f5cc3b214ec3e 1.43 MB 2,294 7
861,152 861,152 0000000000000000000151bf98cb504c65fb4fe099c02296620025f56d27fa46 1.54 MB 3,606 10
861,151 861,151 00000000000000000001a91658f123a99d3e7b9d71d3c1d3593ea2b2b3b95e48 1.73 MB 2,133 4
861,150 861,150 00000000000000000001b67ddda20f339fd07e88d5a503671a6918fdc6c728e8 1.58 MB 4,144 9
861,149 861,149 000000000000000000001c8941744a7ee25276746e51fd2db9b155cc3689987b 1.58 MB 3,760 14
861,148 861,148 00000000000000000001cc17266d7d6c7c3cbd54500f86cd0dba5c66596ae5ab 1.46 MB 2,691 4
861,147 861,147 00000000000000000002681d44c07ec402b2330e94134c7e1b4e1c6bafc25b0e 1.55 MB 3,695 10
861,146 861,146 00000000000000000000127a6467871505ba1c7053e3c6fa400a2840f8f3af8e 1.65 MB 3,436 6
861,145 861,145 00000000000000000002e3fc18d70949b6f3aaa5175afe86e8af1680d992dbaf 1.50 MB 3,028 6
861,144 861,144 000000000000000000013876e6718fef5a198bc06a6ba9d66c398005f12024e2 1.54 MB 3,472 9
861,143 861,143 0000000000000000000232647f4636868b8f0a027d8d22ad73a68e6e8fdde43d 1.74 MB 3,725 5
861,142 861,142 0000000000000000000154e7cb4adf2c80a9d4492d6554938014493182d9211b 1.59 MB 3,501 10
861,141 861,141 00000000000000000000ff5eda29f1d0b4f435b9284f39a560af48b896cbe958 1.65 MB 2,322 3
861,140 861,140 00000000000000000000cc6659a4160e07e60a130d21f387c1dab16194899bde 1.69 MB 2,719 6
861,139 861,139 00000000000000000002bb16ccdbc3bc7bd51f13e0e887280764a7dccb9809d8 1.77 MB 3,015 5
861,138 861,138 000000000000000000010e7bd9c14c6b24cbeaf8169c53c48b4972d1e7169b8b 1.62 MB 3,298 6
861,137 861,137 000000000000000000021f772e98a3214c42d9a4542a9ff09e7c6f6452ed18f0 1.53 MB 3,722 12
861,136 861,136 0000000000000000000084c92c375ea19ad81dc881020041bd1d03d03ce1eee6 1.59 MB 3,623 4
861,135 861,135 00000000000000000000fa5073d6b9c5e1e6c0f3118b6d6a3612fb7a234307fb 1.60 MB 3,974 8
861,134 861,134 00000000000000000002d66ee97db156c4e44897a9d424fe6d56ec5b44bcf550 1.69 MB 3,154 4
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.