Memory Pool Memory Pool Refreshing

2,345 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,340 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (242,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
665,468 665,468 0000000000000000000342d51aeeed439c1abb912e386129adaa16159df08c02 1.36 MB 2,757 71
665,467 665,467 000000000000000000098e08b235a9ec7e891716b00a249d444ceba81790e45f 1.34 MB 2,639 79
665,466 665,466 00000000000000000006a018c5604e3b09a4daa9986404dc0d5d4fd2dbe7ca2e 1.26 MB 1,214 78
665,465 665,465 00000000000000000007852968b50bb161961bb7e614f70148e29cc3a637b7c9 1.27 MB 2,515 110
665,464 665,464 000000000000000000012b04d96739e4f276776fd84d695e4ffdbcaf8c3b594b 1.20 MB 2,700 38
665,463 665,463 0000000000000000000d76e92bee3200d0d74efa373926c38273261038a78e97 1.38 MB 2,887 89
665,462 665,462 00000000000000000009c3ba1d000f6aefa4ee92dd1677bca3cf009fe85b84ad 1.22 MB 3,065 58
665,461 665,461 00000000000000000003c9d055c91b5ea95fff506c321804d679938d81066f2d 1.38 MB 2,924 92
665,460 665,460 0000000000000000000b0b092ba2bc0706c96b664a5df1c95fd5827d089e7da7 1.33 MB 2,785 78
665,459 665,459 000000000000000000080a89459bdbea9c6fcd41ed10440adf4f64842b69b9ba 1.34 MB 2,540 61
665,458 665,458 000000000000000000022abde64a1d174be22bf42ef8a5963ac7e5eddfb13890 1.21 MB 1,777 36
665,457 665,457 0000000000000000000c6179df2496ebf5fed69cc72fcf5af959b6e53695238e 1.21 MB 2,008 45
665,456 665,456 00000000000000000006dc47a66bc6228100b3f1b6524be982ba274e397c122e 1.31 MB 1,237 15
665,455 665,455 00000000000000000004354ea37cf39f11a564b8444e9b0d4695787c974828d8 1.25 MB 2,642 61
665,454 665,454 00000000000000000003e7224f331767608cdfe8fb15c510ccd8649cb2dd765e 1.20 MB 2,181 34
665,453 665,453 00000000000000000002aa63ab01eaa58e41b1cf82cfe4a8c9f0461b175d0377 1.36 MB 2,708 85
665,452 665,452 0000000000000000000102ff8282e526edc093aceb0f88722df8c669b8fc76e2 1.15 MB 2,094 32
665,451 665,451 0000000000000000000620fc8aaff48983631da2427832aa9787697ee79f6e6c 1.42 MB 2,020 89
665,450 665,450 0000000000000000000da5694ca29df45fbc40c6dfe1c4126950739ddf29d6c3 1.14 MB 1,271 99
665,449 665,449 0000000000000000000998e27a7c4591775720b5f3d7d5c6eb077f0519e09078 1.24 MB 2,465 39
665,448 665,448 000000000000000000000d3c7405a794436cc6d617a1b95210a12d691adb37fd 1.32 MB 2,408 70
Previous 10 blocks ↓
Total Size: 769.14 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,632.00 GB sent, 93.60 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.