Memory Pool Memory Pool Refreshing

6,265 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,935 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,427 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (732,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,364 175,364 0000000000000324fdc71c8c9c919620beb844077ed88c7b2428db954c822ce8 0.04 MB 142 58
175,363 175,363 00000000000004fa28cebd5101c31d71995f1999d03b9e0251847c930aeb9cca 0.03 MB 67 105
175,362 175,362 000000000000010f21bfbf060c380d0dca1f19564bf113fb85d8417c4efba6e8 0.02 MB 47 137
175,361 175,361 00000000000003faa3ae6d9bb20e179b0931cd7b512e08af4aaef1d878b1d483 0.02 MB 62 23
175,360 175,360 00000000000007aeb01d894750b0cad7311474b4c21686d8b1f6264d22b0b2d0 0.00 MB 1 0
175,359 175,359 000000000000028037b9121736cfac02a83dc29608114cf9167b770631579157 0.01 MB 5 13,254
175,358 175,358 000000000000027b38dd2951529c14d6600c73631a9bcc62f5daaa813b197426 0.03 MB 45 438
175,357 175,357 0000000000000683f7cc6c148d6f9549b1d068449379f79139f34c7c4b3e6010 0.02 MB 62 24
175,356 175,356 000000000000005f6ae6420e075e28bafec122ede9681c7759717a4f1b379cff 0.03 MB 86 44
175,355 175,355 00000000000001f29962b78b4695e8339e22d74455b08277b74ac4dcd3ce8c5d 0.04 MB 105 172
175,354 175,354 00000000000007fe315a662c050135e99627ca2df240ef0154a32654ebcdcf14 0.01 MB 20 54
175,353 175,353 00000000000008eb70765373f71d0fcc1283f54c94b76658d24ca570af89838e 0.05 MB 151 131
175,352 175,352 00000000000009a617ae7a9d86a8bf4bf5644682df6afd61d5fde2701b0fe4a5 0.01 MB 23 29
175,351 175,351 000000000000025c04f4618f68eae2ab7efe835fb2491ee2f949ed2daab78d9e 0.00 MB 1 0
175,350 175,350 00000000000006d82010e6a6de3a81da2b60f475306e42228d9ceabcc7e2ae7a 0.05 MB 118 191
175,349 175,349 0000000000000151b0011ba24e6e4a30e388e273d43b940b689e585e9761ec62 0.00 MB 2 0
175,348 175,348 00000000000000f7ea76f418e06984d671c40f682389650eb1b15424709760c8 0.00 MB 13 51
175,347 175,347 00000000000009a8df77c9111a0ad019affaf20f64da763e70b0b381127bd299 0.01 MB 24 71
175,346 175,346 0000000000000802df03f702cf9270c4b3811847c29d73035bd217af76d4b75f 0.03 MB 38 65
175,345 175,345 00000000000001c51ac5890f2aee73d16f432c66b0a5863370c4ecb14447bfb2 0.01 MB 19 23
175,344 175,344 0000000000000380b5d5af48b7141d066b530f174612b7db141adda2b3f8d115 0.03 MB 101 81
Previous 10 blocks ↓
Total Size: 769.42 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,645.31 GB sent, 95.06 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.