Memory Pool Memory Pool Refreshing

8,806 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,498 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (708,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,721 199,721 00000000000004e7721b2ae109378764aac51744b6028d8a2bc6aac4ebbabd3b 0.06 MB 107 173
199,720 199,720 00000000000002f58745901313065d22d71f3326046235af9335c0075dc45355 0.03 MB 115 36
199,719 199,719 0000000000000287d85bfe4a9a7c6c817caeade6ba998a09d86ced23dd922b68 0.02 MB 36 115
199,718 199,718 000000000000031d72aeeaf89ce26e49785c340fe531b1d5029d60ecc8ac8dc2 0.13 MB 356 153
199,717 199,717 00000000000000a4ce131ef5b3f5fa032cfd082a941db5019a9b2fc2fcf30a70 0.01 MB 46 153
199,716 199,716 00000000000004b52e6d80966a32c52bcd5d145819339c88c7d2695dd7888d3e 0.06 MB 128 88
199,715 199,715 00000000000000de9953e482942ca2ed3c148c2190d397623edc355c9aedee9a 0.01 MB 24 59
199,714 199,714 00000000000001bc23f19330e86cc9098c2ffe58031f308772ceefc65bf581aa 0.04 MB 65 87
199,713 199,713 00000000000004f99757934cde9e3f02ceb95f3e19f1ec830300cefd51384fe4 0.15 MB 332 131
199,712 199,712 00000000000004606fc1accdddb9bd3a6b5d4ad5b2629e82604315f031569e40 0.06 MB 212 108
199,711 199,711 00000000000001cf3c2312e6abfdd51c3566b9c4eedcad277294580c7f817853 0.01 MB 27 121
199,710 199,710 000000000000049092f039c151640c531b2b7034a7d7866f60376d9990c248f6 0.11 MB 246 118
199,709 199,709 00000000000002a78df1d111b41a7e955e4335181711274f4dfe8c34cc4961d9 0.11 MB 230 130
199,708 199,708 000000000000049c0c05d540aa367ccfdbe4b51eabb599dae1adcced1cf4767b 0.05 MB 127 197
199,707 199,707 00000000000001d4a80bd31e06a7a19b17554cbc123ced4c5516b16ee89dea48 0.18 MB 339 128
199,706 199,706 0000000000000244f7802098c1c8757d143cca81f7572b982811a0c1d85806ae 0.05 MB 119 126
199,705 199,705 000000000000059067524de7b19f1c92e6012f44b3dc2e456ecd1a20dbf80363 0.08 MB 281 101
199,704 199,704 00000000000001eb85901221c418bd718fac68c70460b5c550cad1d48715a5d1 0.00 MB 14 153
199,703 199,703 0000000000000194dbf6e6dec5e7a5788c9de0631393c6ecf67e861dbb96595b 0.06 MB 90 95
199,702 199,702 0000000000000048aeec9fbe09d5afc9e5e1d713b12019da1616044efa50a79b 0.06 MB 154 127
199,701 199,701 0000000000000553795edcbb8989856e02e1eee90ac9063d39c6777ee46cb853 0.13 MB 299 167
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.