Memory Pool Memory Pool Refreshing

17,646 transactions
5.68 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (27,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,285 880,285 00000000000000000001c8f724bbc666831eaabbf731bae4d6ed9300397c19e1 1.87 MB 3,153 4
880,284 880,284 000000000000000000020295dba698c3662f1750b846224a9038a28d6a233a13 1.66 MB 3,948 7
880,283 880,283 0000000000000000000240f28969befb3bd2557c5ce3bee087dc5e87ac5f8fdf 1.67 MB 2,909 7
880,282 880,282 000000000000000000024d5b7386da045c3ef706341f34f89992d5d4ed66a81f 1.96 MB 2,223 5
880,281 880,281 000000000000000000000e03cfae5616b5717099c231ed74466ace5f475f92f7 2.01 MB 1,648 2
880,280 880,280 0000000000000000000277f00f0447ede1d0a4c1e5a6224bbf84adb47cd3ab38 2.12 MB 1,747 2
880,279 880,279 00000000000000000001e9a6f19354a74c3258eaf2d46eeff52b168d7f67526a 1.40 MB 2,487 5
880,278 880,278 0000000000000000000097b925fdefdf56a0726ac6f1f3b3d94c136dfa675705 1.54 MB 2,898 6
880,277 880,277 00000000000000000002609adee37f05d7980449b46f3d4ed6f496aab352600b 1.53 MB 3,297 4
880,276 880,276 0000000000000000000135ce4a7c74e5fd80681a3b7d84b9dc5f31a5278518da 1.49 MB 1,919 5
880,275 880,275 00000000000000000000bcab0c04c09ad6e28de953f6ff09a5730e128710c448 1.41 MB 2,833 5
880,274 880,274 00000000000000000001b9efd7b2f8e044a36fba2e19dbe089737ee31db95c96 1.43 MB 3,449 6
880,273 880,273 000000000000000000023bce3ffa23e333bbab5db2532316caf5bb3443359e7a 1.52 MB 3,220 7
880,272 880,272 00000000000000000001370ba55dd60be1e74e938818eba9c63b31cabb447ad0 1.55 MB 2,852 6
880,271 880,271 00000000000000000001692ce0640e954d28aa4a08ca895a1bb03a380f4e0265 1.72 MB 2,428 5
880,270 880,270 00000000000000000000b5fc1b0096779af5af80b39a690e558127b1d9710eb7 1.54 MB 3,836 8
880,269 880,269 00000000000000000001205674adbbda52b30589bb9aa5e500571678809db954 1.63 MB 3,627 7
880,268 880,268 000000000000000000000acea0d498995ebd5634076132ab9dfd4ed07ee2f4ee 1.55 MB 3,581 8
880,267 880,267 0000000000000000000021d4db3a86cdec8ff0e759ec634740b2f8344036d055 1.60 MB 3,820 9
880,266 880,266 000000000000000000003565d193493db2f502a7bbb60c4a65958fb9c602f151 1.54 MB 3,565 12
880,265 880,265 00000000000000000000aa6a3d87c5120806a00d6060c1fc68b49bb28e055b66 1.70 MB 2,816 3
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,624.22 GB sent, 92.99 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.