Memory Pool Memory Pool Refreshing

19,202 transactions
6.13 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,247 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (780,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,375 127,375 000000000000183a0a78ee4fd7c32a0a6c7165bf2a3378400665a20b6ef0815a 0.04 MB 69 1,678
127,374 127,374 0000000000001f2c0a7882ddf10b9b492bd16eb68087b071a1e11c990e00021c 0.03 MB 68 524
127,373 127,373 00000000000018166ca010737982f4b38c702db9156fc2133487b20f33f17d99 0.00 MB 4 2,042
127,372 127,372 00000000000021fdc9d26360b94e81da907fb11393ee0321c6550653f2f18a7b 0.03 MB 92 267
127,371 127,371 0000000000000046c9ed7181a8550f383c1020a8bbc76506ed7de8fc9826c4c8 0.01 MB 22 701
127,370 127,370 00000000000023648d9abbf71c3a91193bc488ad8f3f4834ad6978ef8f5e21f2 0.00 MB 13 0
127,369 127,369 0000000000001376c3290f359a9e9e22fd33fd8c413a4ea44de383ae1980c44b 0.05 MB 123 1,680
127,368 127,368 00000000000012a78534c2aa18c6b65a4059e7571aea08e695e4421725868556 0.00 MB 12 645
127,367 127,367 00000000000009447582fe3a22ccb6d34125554e02cf264e1df9533fb2ee5e4b 0.01 MB 18 421
127,366 127,366 0000000000001a84757ae3d91b826e97f4d065757a0ab2c9cb728dde864ee8c2 0.03 MB 106 292
127,365 127,365 0000000000001ce618995971fb7078b7a58245ccf84fa64d48723ecdcb5606a7 0.01 MB 24 656
127,364 127,364 0000000000000126a8998d38fde84c7a4c05d0afb760ecc095579d2e8e107e53 0.00 MB 13 2,464
127,363 127,363 000000000000068c1c1d509732a8873c5a96e0eaf8bf58890d18dc6345dd7c9c 0.01 MB 13 737
127,362 127,362 0000000000001427ca611d78d4b188469b93f76fcec0085e10ffdf54d8268d68 0.00 MB 1 0
127,361 127,361 0000000000000352f8586fab9a3b9c1c7e99ade213277fe874d91fb20fbbdc7e 0.01 MB 19 696
127,360 127,360 0000000000001c2e06606c77bee014d0dcf2a0d9b21beb947f375ca20b158a66 0.00 MB 8 0
127,359 127,359 0000000000001870ee99b84043375e4e07b27bfe8ae591cbd415a99c2851585d 0.02 MB 65 555
127,358 127,358 000000000000204825f3fe9f43de0fc4682b716b88ea792e24c7e58bf19f15e5 0.03 MB 42 742
127,357 127,357 000000000000047364ff0f362e99aab315aabc433271941860ed40d6854dbfd5 0.01 MB 10 769
127,356 127,356 00000000000007f39421c593d5e96f8ac2672fd24c06e028e6d80e042d1d1a3d 0.02 MB 68 458
127,355 127,355 00000000000007ee16bdf313b66b13768fee9a2d3db24fc07ca927331b8be99c 0.01 MB 17 1,373
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.46 GB sent, 93.00 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.