Memory Pool Memory Pool Refreshing

1,238 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,238 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (815,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,428 93,428 00000000000919a71bdf3162b971b5a03b34d4b137fe9a02c9bbbd6c8a6ab646 0.00 MB 1 0
93,427 93,427 000000000001514989b35fab58b8e19a16e7a64bae5266ac4a16a4e08104e719 0.00 MB 1 0
93,426 93,426 000000000008f21e3bdb9ad045f38e824cb4b24bd0cf94ce3cb6195834ea6cf8 0.00 MB 4 1,560
93,425 93,425 0000000000087bced2e4f0d559be9744b2234463d3e00988139b65657dc11801 0.00 MB 3 2,079
93,424 93,424 000000000008324564f784d3fd20d8c32d0bde00e63d86e73a25ed9665396c4d 0.00 MB 1 0
93,423 93,423 000000000006eaf57a574ba887320c3192fba828e4856f500daf07372433e8ea 0.00 MB 1 0
93,422 93,422 000000000002212be397a2819dc8194d115d407f1735bfcc601ed0e633c156ae 0.00 MB 7 842
93,421 93,421 0000000000040b652e3f42b45ae4982368b1c5ed1d5a98382a532a55775a2c96 0.00 MB 2 3,891
93,420 93,420 000000000002d0022f205055958ea2192ff6123a822f9b6aa88592da81e18262 0.00 MB 6 1,780
93,419 93,419 000000000008c17202ee1df93f5684deea5b936f43355ffa9773457522dd6a5b 0.00 MB 1 0
93,418 93,418 000000000009342126fb0a71d228d94b3d6413190a3aa235261362174f613e5f 0.00 MB 5 0
93,417 93,417 000000000004974e0b05a8c47d8523aa2f9a5089fdc83fdf84cfcccbf96c77d9 0.00 MB 1 0
93,416 93,416 0000000000057b3621249a7382164f14b33ad178d8c58d12783f56a75f004b5b 0.00 MB 1 0
93,415 93,415 0000000000035fd7550bc7ef739bdc1e2329361f5066d201b81e1601d4c735ce 0.00 MB 1 0
93,414 93,414 000000000006bae5ca8ffa803566aebf2e5929b315fad2ff64230c957e405fc2 0.00 MB 1 0
93,413 93,413 0000000000011a8118bcaefa3cdfdbc5de9a57901ce66c12421706b4730f47ad 0.00 MB 1 0
93,412 93,412 0000000000021ccb4492b9305706294d8a8dfb1fd0fa5a02222b1e97c9d21ca0 0.00 MB 1 0
93,411 93,411 0000000000017757148d6dfbf8aeea03dee9fe6fde01064b9820a5c3005454a5 0.00 MB 2 0
93,410 93,410 0000000000061c177aeecfdba74c5b58a01fbfe8daa0e9baea5cf4e47a18df03 0.00 MB 1 0
93,409 93,409 0000000000036e97e7eb6c27f88a663977217f057a0182007cf6d035a3fa8621 0.00 MB 1 0
93,408 93,408 0000000000018412aaf6c2c53ac5db801cb0ce843f9f55c3909fd968966f7ff9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.