Memory Pool Memory Pool Refreshing

3,337 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,088 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,478 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,087 (755,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,470 152,470 000000000000057ca3e19fa9ddc1332d60ca5035717fa841fa1cff80934f7e6b 0.04 MB 65 122
152,469 152,469 000000000000094be6befe06bff537fbccc641c0022ea3329724f6eacf40f065 0.03 MB 63 69
152,468 152,468 0000000000000c7605ae3c2363caf5cf6359395235d39de0f23c6dc9074da9d0 0.00 MB 8 2,043
152,467 152,467 0000000000000242cb6d366b6c8b9e2524794995eb7ddbedb9ae0223e41b16fe 0.03 MB 71 349
152,466 152,466 00000000000002eab318704b009ee2b738441db86b6c1a6ea8c956d73628d66b 0.01 MB 15 35
152,465 152,465 00000000000009c291cc283b99c4001bb2950a064feffd86217c212c7d9e97f0 0.00 MB 10 21
152,464 152,464 0000000000000190ec256ae00fa94f79d40a8f3df0a3222dca3342c6cd21824e 0.01 MB 14 216
152,463 152,463 00000000000007ecc49165b6c80b2221fb5d0cb40b7410fa9059f5e8f055b307 0.02 MB 53 17
152,462 152,462 0000000000000d146f911c1bf64352776c5732287f2193d8c4c7ead1386d954b 0.05 MB 138 67
152,461 152,461 0000000000000ac61415ea27e55fc328586b8efb951dcd25b979f5b1a3184fff 0.01 MB 2 52
152,460 152,460 00000000000003560a2675edfec3be49ec69b4827c7b92ff1db93bee9f8f9acd 0.01 MB 37 133
152,459 152,459 0000000000000b03bcc6ed357d5355db46023152a3de2c8d978858d309e9f71c 0.01 MB 30 136
152,458 152,458 0000000000000ba9e1895dfe90cbec0f7c5d8e1c6a702477a51d29ca3bdceb57 0.01 MB 22 250
152,457 152,457 0000000000000ad3bfdffc4769aa423f6ce254dea6b75cc45f6e4d69ff7926c5 0.11 MB 28 74
152,456 152,456 000000000000053ccdf9437d83474b3d4c2572449a79b26a76b6670b68a2be46 0.00 MB 12 57
152,455 152,455 00000000000002267e3ab0af4857092fdd95de3a530d451a515b85c483972f3d 0.05 MB 156 11
152,454 152,454 00000000000008fb89499aa4e687501e1c2adf511e257bd85fec8ad0931dd789 0.01 MB 21 88
152,453 152,453 00000000000001233de66107fc298294968984e56eb08b4fec4327f1adfcf9a0 0.02 MB 49 1,202
152,452 152,452 0000000000000b192c16510d7a2bd8d54c94764bed3bde7b2c65e8454b09c24f 0.02 MB 56 275
152,451 152,451 00000000000007007e4b50d4109fb6f88f09cb8cf2e77d54e695b52c93029d87 0.01 MB 22 5
152,450 152,450 0000000000000c9052652aa959eef3ab77eeae200ea398d6fc77afcc0e19fe8f 0.02 MB 38 7
Previous 10 blocks ↓
Total Size: 769.71 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,677.44 GB sent, 96.43 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.