Memory Pool Memory Pool Refreshing

13,841 transactions
4.38 vMB
Show Random Selection Loading Transactions
Max Size: 26/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,582 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (79,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
828,286 828,286 00000000000000000003acfdbc242b9aa3b0fe450907b0d9effaeac9ed93ff9b 1.64 MB 3,309 31
828,285 828,285 000000000000000000037c12a71c60e63222f2299f3bb8fcdf6ce2725ebca4c1 1.83 MB 4,115 37
828,284 828,284 000000000000000000021cc74c4da673f53f0cad485844e4bcdd4e42514ba420 1.78 MB 4,570 24
828,283 828,283 000000000000000000028740769ced80e1b1dac9a6a67650dc561dfdcc28fba6 1.95 MB 6,064 24
828,282 828,282 00000000000000000003524b7e5b35fb9386ad175889c79d420dff1967f65c9c 1.69 MB 2,946 34
828,281 828,281 00000000000000000000452ef6c44ad9a09a6d868a4e148c37a0cc9af1d6e15a 2.06 MB 6,223 25
828,280 828,280 00000000000000000000279cc0536a9247029a23ebc0d70b58456373f86eb9f4 1.90 MB 4,884 28
828,279 828,279 0000000000000000000073c4d5af8a49df9815f3db30f4db28ce0d7aac42dfd4 1.54 MB 2,461 29
828,278 828,278 0000000000000000000225afcb4e060bf066538b6e7d0ddc461fb7452fcf1213 1.71 MB 3,236 32
828,277 828,277 00000000000000000001015d6f4b926c4f092aa8d9d8b497552dfdc0605f8d5e 1.73 MB 3,287 30
828,276 828,276 00000000000000000003195f5ca03a2a4ab4a52af99dc223a2f28ef905223a07 1.45 MB 2,235 34
828,275 828,275 00000000000000000003e01c36d888c50e66134fca3db3d57c460852ec1d6d67 1.66 MB 3,500 39
828,274 828,274 000000000000000000031f0d53d1a0c7cb3582acdcd49519700c9d6bc92f2d1f 1.62 MB 3,142 49
828,273 828,273 0000000000000000000283e5f8a2646d4b9ffcea9c519b4ccdaca4974fb8011d 1.70 MB 2,855 28
828,272 828,272 000000000000000000028d9f162f5b3010164bc22c93dbab94acfb09a7284d4f 1.62 MB 2,366 27
828,271 828,271 000000000000000000005bc4171c1931f041eb5fb3e6fb130cabc3be56bfcb8b 1.68 MB 3,293 40
828,270 828,270 0000000000000000000312364f90dfa8861ee49ba3b12e6327ee19152b217562 1.73 MB 3,614 31
828,269 828,269 00000000000000000001e70d48c39b0580e4a8bb11e95c284a8474b905d71b37 1.93 MB 3,360 35
828,268 828,268 00000000000000000002d92a1e144b38181a395f93b2157fd376268fee2b317e 1.61 MB 3,553 46
828,267 828,267 00000000000000000000e9c9c3a88b37754d49b0dcc32a0b91c2b867f05d6587 2.28 MB 2,401 41
828,266 828,266 000000000000000000012b34bb2f3a09679a79fa8818bc099f616093896732b9 2.19 MB 2,064 30
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.