Memory Pool Memory Pool Refreshing

563 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 544 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (807,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,551 100,551 000000000000776a7bde8be149217fa7746a720ca20614440006233ff558ac8b 0.00 MB 3 0
100,550 100,550 000000000002554b36ffc1f065b3d747b04257a3d34d8d2972a61be9db1b5a6a 0.00 MB 4 0
100,549 100,549 0000000000028e70b0ff0e698708ae54fad7ad1589a13caad0aa018bdeee997a 0.00 MB 4 0
100,548 100,548 000000000001a612250e1f34f7614e039c9e7195d162e23d1ec802d3ea1b4286 0.00 MB 10 0
100,547 100,547 000000000000260ebdb54f8bb022415d1fec303310ad59fb84ccd2614e5d30a8 0.00 MB 6 0
100,546 100,546 0000000000017b859651af84018aff1c448fc63462737c54aa6b1056ac2cf6d9 0.00 MB 3 0
100,545 100,545 000000000002d939993f94ebe59a909f212c06d0c3c709c32777dec692b2c09e 0.00 MB 1 0
100,544 100,544 0000000000026be95ba5fd8889b5d1fe9f4bfb3825b0352f18dc6776709ab1ea 0.00 MB 12 0
100,543 100,543 000000000003956a5e01f5c7b16bbbf59638423fd46bdb3cc689775d7b92a961 0.00 MB 8 0
100,542 100,542 000000000001edfb8016049558abb5e612320e158f37579c85bbb52d184403e6 0.00 MB 9 0
100,541 100,541 000000000000c8af27d8e2171112cbb10c8e0698c4498a4ac46d880a96aa7722 0.00 MB 10 0
100,540 100,540 0000000000043596a1b005622aa61a4b6a8467ae4f21e60a46bbfccd4de4b9bd 0.00 MB 2 0
100,539 100,539 000000000003ad9847af0193636271d93a011fa0a862cf68ee4cec695e76c223 0.00 MB 3 0
100,538 100,538 000000000001a7abcc3b9b086f4965870698e444ae6ea3f42a33a1ac26ac9f23 0.00 MB 2 0
100,537 100,537 000000000002f9cf7df794adf1e234413253912dfe82d101e85b0812d7d191a3 0.00 MB 5 0
100,536 100,536 000000000001e623e8e9c93d79f72e14c7a90c6a03b497094c53b3fba90a738b 0.00 MB 12 0
100,535 100,535 000000000003ede211848d00b5d3d66c60b15db61341b3efc3ce58ddbf6dd17d 0.00 MB 1 0
100,534 100,534 0000000000017f4033f39bcaf4665cbe70df0fd404948e566ff44b4de9acaaec 0.00 MB 1 0
100,533 100,533 0000000000030c662ed0fb7baed46ed7da62e5b295b194840295ce61247af684 0.00 MB 4 0
100,532 100,532 000000000003de85c625fdfbf031e4912693f0d287a4b4496287fde9f649f6b4 0.00 MB 6 0
100,531 100,531 00000000000424f2de8a1c36f31d4e29dfdc4cf5ec61f91ed76c45a616be4283 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.50 GB sent, 94.30 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.