Memory Pool Memory Pool Refreshing

5,940 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,751 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (780,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,478 127,478 00000000000010eb2b97218ce4130f8e7578d731062a70cd20768d32baf9c20e 0.02 MB 64 2,013
127,477 127,477 0000000000000ee3b70c514cebe05a121f399d3161e18ad5422ff2abaf89e5fa 0.00 MB 9 280
127,476 127,476 0000000000001c83cd51c518c0024bab26603f5f8234f39a29acb89c931a08ed 0.00 MB 5 0
127,475 127,475 0000000000002336bdaeb78bfa508d437d157913ac20f3775fbe002a32526842 0.00 MB 3 1,189
127,474 127,474 00000000000012194fc990077abd53fdc11094a0f0241af9d25f4d5fea86162e 0.00 MB 6 0
127,473 127,473 000000000000256f1f5ec3add091a9fa93f7e8a4252ed700849d7567c439b392 0.02 MB 57 188
127,472 127,472 000000000000220d00de2f86997eb4a02dfd77db3d16a92eda6da0e09ee1e1ea 0.01 MB 26 481
127,471 127,471 000000000000027b662624ee5538d4f6bd9fa6894d179ffc4291e072aed2620a 0.01 MB 10 120
127,470 127,470 00000000000016699749b67aa524000616cee6b647fb9e203c0c0642ecbf259e 0.00 MB 14 24
127,469 127,469 0000000000000b6fc4e5a634b08b75089f9cad7e8f4e31165fc0a3c550d2fd99 0.01 MB 14 252
127,468 127,468 000000000000104d4b4a2144bdaf66e830484480bfb3c94ed29df082d9a4e800 0.01 MB 16 490
127,467 127,467 00000000000000581392aa29568d3e425d72678460287667d6f7e8ceec634a14 0.00 MB 4 1,196
127,466 127,466 00000000000006dbfecbe22c896b97081314d7d45f82b54e0f993e783bc6d89f 0.00 MB 3 0
127,465 127,465 0000000000001aaa72396173a51ae5797c2ffb3e7834827c0525faba828078a3 0.01 MB 24 2,865
127,464 127,464 00000000000022f26e86de6c59e36d1b314d709e4eaf2f3938b2e6e238a8ae85 0.03 MB 53 1,124
127,463 127,463 00000000000024a931e3c83a9324de1241c7ca3abfc855cc62f17b92a7852212 0.01 MB 11 659
127,462 127,462 000000000000216d755ff6626952ba67b9fc57e221bb7c7429abe9d917420414 0.01 MB 12 0
127,461 127,461 0000000000001acfbb613ab5f8815016e0c810a34ad484582b231bca1f972640 0.02 MB 41 96
127,460 127,460 0000000000001838a1579d5c10dba86c2e71f8cf32744517e2bec16790da5c83 0.00 MB 4 0
127,459 127,459 0000000000000262fcf844bdc4233dec0d7d61a2ac07434d96bc755e5bd01cf6 0.01 MB 4 0
127,458 127,458 0000000000000872c4bc927894899f399dc8cad4224d7fb01c184febe066e734 0.00 MB 2 3,875
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.