Memory Pool Memory Pool Refreshing

1,305 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
891,183 0000000000000000000251050000000000000000000000000000000000000000 0.52 vMB 1,290 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,182 (1,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,100 890,100 000000000000000000017b1f14b098211ded87026471bb98a519215d9110e4b8 2.11 MB 236 1
890,099 890,099 000000000000000000005970c3e4e354b0386695f912ee7f911072d72a789079 1.71 MB 2,103 2
890,098 890,098 0000000000000000000182d9e1aeffcc1ec5a763a28d692ab49cc47fcf236da0 1.87 MB 1,358 1
890,097 890,097 0000000000000000000196f86af2f219142d27ed84cff23ca8db94c741a3e00c 1.77 MB 1,901 2
890,096 890,096 0000000000000000000063060bcf44152b2ea2ab118bb534ea24d4377f18dcd1 1.73 MB 2,990 4
890,095 890,095 000000000000000000003e6e38cf21f74c2541ea940f2e29accdb7d1b49fc592 1.49 MB 3,755 2
890,094 890,094 0000000000000000000159191186a60e22a244cbbfe32931f237943f60cb1aa6 1.79 MB 1,965 2
890,093 890,093 0000000000000000000042509cd3de710cf5a747ff7b48de4bccfa59f674ad62 2.12 MB 113 1
890,092 890,092 000000000000000000013b09a8597dde5e0ea5faa4faa2d984b89e5fd013fa7f 1.89 MB 1,348 1
890,091 890,091 000000000000000000002ddd3a961dcb3026801f15b1b3aaa4862e5408261204 2.02 MB 2,857 4
890,090 890,090 00000000000000000000f9232f6d5f8a0185bff3eaa03e3ba35395d5e19060db 1.69 MB 3,001 2
890,089 890,089 00000000000000000001664710e997aad852bc414614c5f9e905d694c408ddaf 1.70 MB 2,731 4
890,088 890,088 000000000000000000022fb32206a4064cca47984399b7fb64fa3b57103ee66e 1.62 MB 3,425 4
890,087 890,087 00000000000000000000cc11bce7aae85ce3c8bd8a546b0ea91f00db0ce9e8cb 1.99 MB 1,149 1
890,086 890,086 0000000000000000000239a1e716a06c3219ae8e4c101e4ea1a6aae0af28e59a 1.55 MB 3,269 3
890,085 890,085 00000000000000000000b8ff29470ab0bab682eba8f5005f3ec167c88150587b 1.90 MB 723 1
890,084 890,084 0000000000000000000170f26fb6ce10dcf1de12adf390896e56ab9c53fe9fc1 1.79 MB 2,130 2
890,083 890,083 0000000000000000000151b3ce3bb082502a7186583aa81c1d48f722b2b761f0 1.59 MB 3,551 3
890,082 890,082 0000000000000000000246dec1224ff54256863b96bd27ff986ae6e464c40f67 1.42 MB 2,841 3
890,081 890,081 000000000000000000015fa32a13663d0c950eb981254679ce4b7b2e9c0e9ea3 2.04 MB 1,085 1
890,080 890,080 00000000000000000000a6929a72d23dc928b09facc1934d501396bdb6b2b50b 1.90 MB 980 2
Previous 10 blocks ↓
Total Size: 739.97 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: 3,534.16 GB sent, 160.81 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.