Memory Pool Memory Pool Refreshing

2,685 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (276,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
631,466 631,466 0000000000000000000848c7c8e40be66f992506394d152c813d819432fbfc3b 1.11 MB 1,663 10
631,465 631,465 00000000000000000002ccd1824fa28579406b2e6598c1dd80a6888330c1d527 1.47 MB 1,393 30
631,464 631,464 00000000000000000001e38b1ba98d3ff2f2056c22114dbfdeb30273c6d9c134 1.31 MB 2,149 128
631,463 631,463 00000000000000000002aa184800905a07bd256e091bfc6531dd691af64081f2 1.50 MB 1,269 44
631,462 631,462 000000000000000000084420925b51217077d80b8e229904766a03895ec03c5e 1.27 MB 1,923 47
631,461 631,461 0000000000000000000911e9fc577330361cd3f607989fd71443cd85857432ce 1.23 MB 1,813 54
631,460 631,460 0000000000000000000e98c4606920c50d2c41f291fbfb4a9920908c8cf489cb 1.35 MB 1,174 22
631,459 631,459 0000000000000000000e846839ca95a676e9f85e46cb0ee559d9546b3a5a4dd0 1.31 MB 1,689 41
631,458 631,458 000000000000000000020d718e820e4536fa474c3d36d65488e06104d559cdcf 1.20 MB 2,400 44
631,457 631,457 000000000000000000124321f82370d06f953ba1a193b20dd599e08af5eb2bf1 1.47 MB 2,289 119
631,456 631,456 0000000000000000000f9c0b849d65bf678e062c01aeeb1dffa3cec6301d254d 1.19 MB 1,774 44
631,455 631,455 00000000000000000009398281245b03562fd0c72b05659e57060cb12fd097c2 1.11 MB 2,050 11
631,454 631,454 000000000000000000041426ad489ddf177cba2eeca48ae810c75658208e3c8d 1.21 MB 2,053 25
631,453 631,453 0000000000000000000df0289c9987935a07f29513729cdf07c0e0ffd4d9f1eb 1.33 MB 2,943 123
631,452 631,452 00000000000000000007bf0dd3992da225948bc4b62faba81d1d9ce5406a5e1d 1.07 MB 2,502 18
631,451 631,451 000000000000000000064cb476732297f347977b0c9c617d69987298fbf791ca 1.06 MB 2,454 11
631,450 631,450 0000000000000000000c83734aa6024ceb6cc4fa67feb226e09e6eab5117a27a 1.09 MB 2,793 35
631,449 631,449 0000000000000000000322f596afe4bf893dbd73e183b22a5ab8ea11d8ddb747 1.07 MB 1,992 21
631,448 631,448 00000000000000000007d4810f4bd953814b9ad50bc2b575ef864ce3ca28045b 1.28 MB 1,355 61
631,447 631,447 000000000000000000091538815a229567b5be4928df43d6e6f32fda8244b6e6 1.21 MB 1,681 130
631,446 631,446 0000000000000000000fe86d4a057b9e3f7d96d2f018eef3e604ca45bafd9cc7 1.28 MB 2,718 140
Previous 10 blocks ↓
Total Size: 769.17 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,633.37 GB sent, 93.79 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.