Memory Pool Memory Pool Refreshing

5,281 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,751 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (756,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,466 151,466 000000000000099130e5dc565746ca23b8e2c0981d477c4a383227ff35d30ab5 0.02 MB 57 203
151,465 151,465 00000000000004f4e4c86819396822bb461417750c0a2095c3e9e4d6610c08f7 0.02 MB 61 710
151,464 151,464 0000000000000521b30952b9edee1042a85b20f1c48fe58f4558c7526469966c 0.00 MB 6 49
151,463 151,463 000000000000087a933107a5273c3ca74dde57d1bcd9b33ae185d6ddc1451fb8 0.00 MB 8 44
151,462 151,462 0000000000000578483b6f737542c89638ad0c2c97e7068c25eb44ea5db63b9d 0.02 MB 60 28
151,461 151,461 0000000000000b2736c56a727cabc8badd9c62c9bfd062a36df980671607c45a 0.00 MB 10 32
151,460 151,460 0000000000000bad4bb67388bcbb9f586df60464acfb6ea966c10dc5d407fceb 0.01 MB 16 630
151,459 151,459 0000000000000b08978ceca656e47d401fff2f6d564375c2caa11ca8357d2f05 0.02 MB 36 140
151,458 151,458 0000000000000633e3539b85edaa02f7da1904491d53f207a6a911abe9f63487 0.05 MB 121 309
151,457 151,457 00000000000008ba4a34b196aaea2ae74eac83fec2d3fd3468dd0445577cacb3 0.00 MB 4 194
151,456 151,456 00000000000008b8dff21f3ede881dc7e5a08ad8611d5e43cc2f5edeac4db0d1 0.04 MB 142 45
151,455 151,455 00000000000007cd2b05762090fc8477ad704b0944b9258e059118420c9f40e0 0.01 MB 14 38
151,454 151,454 00000000000006ebf30f4b808af049d9d3b0fb2ad295ec7de081b587cd22f037 0.01 MB 35 66
151,453 151,453 0000000000000d0bb98e18f1419000d5da6621fbaa83fd475f19bd64a6dffa8b 0.00 MB 8 212
151,452 151,452 00000000000002da33d9e1453c8468ee9b598b442b51d82d48b74dc0bab38cca 0.01 MB 27 0
151,451 151,451 0000000000000301495c2a0822db2b6f3b5010bcd7efb93113383bd04cbc92e5 0.00 MB 12 0
151,450 151,450 0000000000000beae1e730224ca6995e451bf0e48b261cc9be01f3be922c23ea 0.02 MB 45 61
151,449 151,449 0000000000000b87212eef08e9fb578ba1be30531d86ede1ce1543878b3954a8 0.01 MB 12 10
151,448 151,448 000000000000070bb168b27cd8db7fed14aa94a279fa6187af204f90e8e86668 0.03 MB 84 24
151,447 151,447 0000000000000d91edb04a330ced75967f4427b7b2dc724da601d02609a29f6a 0.04 MB 74 119
151,446 151,446 000000000000072bc806ef9d4c5c9c62649bd6a8c1cdd78ee978577d9ac9560d 0.03 MB 20 524
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.42 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.