Memory Pool Memory Pool Refreshing

1,041 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,747 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,020 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,746 (171,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,403 736,403 00000000000000000006f673881b803ec44f4a1b5d4e86bb9e238ebfe1fd191f 1.52 MB 3,224 7
736,402 736,402 000000000000000000063b856deeb7643b1523e3579907317dde333e06efe971 1.81 MB 1,376 10
736,401 736,401 00000000000000000006b0c9cc11def4941c4c2d75fe9c66d79c3874755097c0 1.52 MB 2,648 19
736,400 736,400 000000000000000000003e61549688bf44a59aeb993f03c5d28b0d77887cbbdb 1.55 MB 2,657 14
736,399 736,399 00000000000000000002cb114575b729c51b7d64e78e429d42167f57474e3a32 1.37 MB 2,890 23
736,398 736,398 000000000000000000071a7f61182fb69f03b7a8d3d2cb780691e0c5f676bdfd 1.23 MB 1,579 17
736,397 736,397 00000000000000000008650f59aeddedecb362a0404af90aca9a59133cf9b0f5 1.45 MB 3,329 21
736,396 736,396 00000000000000000007f27fbaec7103aab551e6e682fdf307d5f7f8275f49cf 1.48 MB 3,238 20
736,395 736,395 0000000000000000000313a39ed2a8c522cf4af403fe05238037c7cd179f94e4 1.33 MB 2,250 28
736,394 736,394 0000000000000000000304276447da30e0b5cb5dbed4630a412baa898c60bf3c 1.62 MB 1,087 9
736,393 736,393 0000000000000000000045789ee6ce082a0a40222e2791ffac761ea8b44ec52a 1.80 MB 755 15
736,392 736,392 000000000000000000008c8ae358d41e248d240ee5694f901f5bf5afb8f0e207 1.58 MB 2,579 22
736,391 736,391 00000000000000000006f21447950a772e03c931c451dd24a63a5da9aa89eee9 1.83 MB 481 16
736,390 736,390 00000000000000000005de97c8183bcebb50d6746171231eb60b45c315b2019b 1.75 MB 1,103 17
736,389 736,389 00000000000000000000897e146203fd587797b1666c21130b2cd1dc1dbaa4c3 1.66 MB 1,969 18
736,388 736,388 00000000000000000002ca5d7eaa9e15baa63b2a729169260065fdca808afd72 1.58 MB 2,209 13
736,387 736,387 00000000000000000008b4b9d91ff0bb247791902d6d59d22c43cc5238a84365 1.50 MB 2,835 13
736,386 736,386 00000000000000000005a32c1a6cd82d6d25d5e3d244300cf3f3c9246bc3ccfa 1.33 MB 1,470 8
736,385 736,385 000000000000000000023ac136a6ef55b53a39d16c06f7695945fc422660864d 1.55 MB 2,562 10
736,384 736,384 00000000000000000006b1ef3372e7824c407faec141c3e748142611a4c76490 1.70 MB 2,401 12
736,383 736,383 000000000000000000008b833b8a2538fdac942160216fc0f9712c7311ec05bb 1.11 MB 790 14
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.22 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.