Memory Pool Memory Pool Refreshing

13,959 transactions
4.44 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (790,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,237 117,237 0000000000001f1ceb4cb841110fe1cc44989565b8d9cc6ad192638f5e1741a3 0.01 MB 16 545
117,236 117,236 0000000000003313347beb666738eb3eea39de7e918653e12d9b385332d46305 0.00 MB 8 0
117,235 117,235 000000000000c9a2245904d752afa2ead9fb586f03e33a833991f0ad6e909628 0.00 MB 1 0
117,234 117,234 0000000000004d3513392e789dfd74def44a3882e34aac2b36c511837728a727 0.00 MB 8 341
117,233 117,233 00000000000007316b82fbbf3511774f13857429b2648da36700b4178c161f17 0.00 MB 11 1,183
117,232 117,232 000000000000b87e67972035a581aafd6bf9cacb599a9324e881a250914a73cb 0.00 MB 15 476
117,231 117,231 000000000000406dd09d5503ae50d2e90dbc3ec51a0ca7de9ab83f584ed4a0a4 0.00 MB 3 0
117,230 117,230 0000000000002fe270f44e4519d4fd8c36489432103e34ff46af111186788d32 0.00 MB 9 0
117,229 117,229 00000000000094b7e0ed5f7861e7e3ab0d4e3a8284b3b9347d41f6e536457e19 0.00 MB 10 1,414
117,228 117,228 00000000000066f09b84f26d254a6eaae19fcde83ba84ab41732007b4ba72c78 0.01 MB 14 668
117,227 117,227 000000000000a5a52aeececbb5379d240ecdcafc06ece8e2ede0161866bd3203 0.00 MB 2 3,875
117,226 117,226 0000000000000d9cc09431429fd0b7912693302921912a1d229e03bcd0c6c672 0.01 MB 32 1,269
117,225 117,225 0000000000000cb637d9d6203eba1ddb145a4469ca0e534e3c0298e668bdc36e 0.00 MB 10 889
117,224 117,224 000000000000817b73542a22afe3bad9bfbb5f5d12d15cd61f8718d0dfdf7e92 0.00 MB 13 1,008
117,223 117,223 0000000000004b53d5a5fe5481e845e5e6c8f1c6527473c61d5c230e61c61bb8 0.00 MB 10 606
117,222 117,222 0000000000002da29ac73cf074fd1f2fb2802ce11c30761d8dd9cea84179252a 0.00 MB 12 0
117,221 117,221 0000000000005bceab03ab19b9c123882fd02bcc7b2235d07c605c6dd2ddc12a 0.00 MB 11 327
117,220 117,220 000000000000072842bb527a8ee9229eedff725f8992027eb4431bfa2e73f4af 0.00 MB 11 0
117,219 117,219 000000000000b36f02286cd11e97cef6c37d9589036f7af99ce827892c8b136d 0.00 MB 13 1,282
117,218 117,218 000000000000bdc1e63975cb43855416813b3bb6d280837b0edbdceba018f022 0.00 MB 11 0
117,217 117,217 0000000000002e989ed28e49de5f5d3042c706fedbe73e300da0066b0b5efe42 0.01 MB 27 1,309
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.