Memory Pool Memory Pool Refreshing

3,384 transactions
1.24 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
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,309 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (798,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,581 109,581 000000000001416bfc4ef2271f537a55872a4ace95e6645336e7a72f374433ad 0.01 MB 48 0
109,580 109,580 0000000000019a9e4da2e041a97cc5963e52074f0e2c750b3e6ba2fcdf23c558 0.00 MB 13 0
109,579 109,579 000000000001c16f93ed3a257910ecc3375037bd51a2fba4f1ac8630b941d561 0.00 MB 1 0
109,578 109,578 000000000000495f241919846deb11bf8d65b04be52bed06fcae7dffbb22e1d8 0.00 MB 12 0
109,577 109,577 00000000000082136cba925fe08b36f30661ac0caba23c980a51fca3db02a8a2 0.00 MB 2 0
109,576 109,576 0000000000009eb1fa7731a46214ec365658906e1d32a04e4948efb5da7a273f 0.00 MB 12 0
109,575 109,575 00000000000074cdafe8063e86c6a7d6e68209f35f286bd51b7c3562b385baf5 0.00 MB 3 0
109,574 109,574 0000000000003538f3203c56d2c788a017460f3df8eadde93075df3326eafc13 0.00 MB 10 0
109,573 109,573 0000000000013bd39f28b17afd3e3f54309313095bb669c881d5dd0ce32ebe35 0.00 MB 1 0
109,572 109,572 000000000001bf2a98bccb5af0db0ee85472bfc358e8e6ff821af9986779f0c2 0.00 MB 12 0
109,571 109,571 000000000001623e6d05ad8daa7aa03ff4639b3efd647f34036177d02829fb38 0.01 MB 49 0
109,570 109,570 000000000000c7a59b5e4c4267b05c6341561972367a81350a713a9854a92174 0.00 MB 12 0
109,569 109,569 0000000000011e6de79de4cc234d97b42a8d1d2d4af4515887495e9d1c324564 0.00 MB 12 0
109,568 109,568 000000000000c54362f6a59ea59f3c2948d7503659c8f2464a2e1282834bb420 0.00 MB 11 0
109,567 109,567 00000000000076b5944000e514f8daa5aa5b9a665ac06fc1c4c818967ec6b78d 0.00 MB 8 0
109,566 109,566 000000000000092d6a8441d171f4bb47afc51a588798fce3aff278540036ec6a 0.00 MB 3 0
109,565 109,565 000000000000459f883a08531c305d127626cbf98338ead8c620caafff84669b 0.00 MB 11 0
109,564 109,564 000000000001101f57306876aa380b1bd1c5b56a0e65b8b53a2a9acf926f9e52 0.00 MB 3 0
109,563 109,563 00000000000128949c44c33ca1afd8af018288d090e026cb980a0efd1655dcc3 0.00 MB 12 0
109,562 109,562 0000000000009a6e007525ced86c4706911270d22f62d57059fae4bc2db1d268 0.00 MB 4 0
109,561 109,561 000000000000dc69c87301cf349097cb2c1271b40673779fbdfbdc391bcd0698 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.26 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.28 GB sent, 94.23 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.