Memory Pool Memory Pool Refreshing

17,018 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,945 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (7,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,485 900,485 0000000000000000000213619a4fac7af79eaac077c7693f3207a0227766a9a5 1.68 MB 3,319 4
900,484 900,484 000000000000000000015e52b9eddc4d298eb8b61bc3fac59324874a9f2a4a77 1.74 MB 2,165 2
900,483 900,483 00000000000000000000a99c51b814b7cd8c9736ce4bf48b5a627a51c93fc945 1.61 MB 2,898 3
900,482 900,482 00000000000000000001edbeef9dfac00d74eef4e7d93dbdd71793c23f8ebab3 1.66 MB 1,917 2
900,481 900,481 0000000000000000000074c6298f1edce06740aa1db5c9c9d3df744c9a6d6435 1.56 MB 3,605 7
900,480 900,480 00000000000000000001d3c883187d6e6681ddaa71cc188c6940e5dfd5eb9d9c 1.66 MB 3,025 2
900,479 900,479 000000000000000000007fef14b4c7a8e8ed9c91683ea6f46d92ba30946064bf 1.72 MB 2,987 3
900,478 900,478 0000000000000000000210f1c9c68d8ddcd07d7d42f0394b16c94725801b717a 1.63 MB 3,464 4
900,477 900,477 000000000000000000012fd6fc9f696360aed15900975f0187b5498eeacf5806 1.63 MB 2,645 2
900,476 900,476 0000000000000000000185bca8c7cb007e5cbbe7c4ec3ebfa1fec31fff90d1c7 1.81 MB 2,570 13
900,475 900,475 000000000000000000023618a37c17d39f47c8dffc49fa0f3a799bd4169a4bee 1.65 MB 2,106 1
900,474 900,474 000000000000000000007b5a1cb7730fa549376dc3dbd4ab3fb1c3d4b12ec017 1.56 MB 2,387 2
900,473 900,473 000000000000000000015e42fd66c5558267790c423574589face869c56994de 1.93 MB 1,940 2
900,472 900,472 000000000000000000017b5232ca7dc85c6773a51baff5d46957ab3f5d2d2ec9 1.68 MB 3,469 4
900,471 900,471 000000000000000000017ba8980fbebcf6d61c7a68342d3bdb00a85b08faa5c4 2.11 MB 947 3
900,470 900,470 000000000000000000021e74b6fff84c185661336da817b0c979643629395778 1.84 MB 1,702 3
900,469 900,469 00000000000000000000fbe8ba11144eb0ca17d50d3cbab9ce00a3b83fbcb59c 1.61 MB 2,633 2
900,468 900,468 00000000000000000000841740f6e016cc58b009c442b6b9c9df381b8e73da8c 1.59 MB 4,003 6
900,467 900,467 00000000000000000001db13ac3d89fe920b9c1c9b217527b2f750312fc9715b 1.62 MB 3,162 4
900,466 900,466 000000000000000000018a19596a07bce9a3e76320a520bfb83b373dfaed3767 0.62 MB 875 2
900,465 900,465 00000000000000000001f6cb92d7d8c8029b343f90b434cc8318e5cd36101433 1.12 MB 1,128 2
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,624.67 GB sent, 93.00 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.