Memory Pool Memory Pool Refreshing

4,773 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,128 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (96,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,446 811,446 00000000000000000000aa33d06ed46e9bc8ce489323fe6183b06ff5522e0ce8 2.04 MB 667 4
811,445 811,445 0000000000000000000235fa86c66bf0ba443c3c648248580b48b1473a21af67 2.14 MB 836 6
811,444 811,444 000000000000000000037a5876d0f1dc1de195af69e8cd7ec4850b9792f85d59 1.91 MB 1,696 10
811,443 811,443 0000000000000000000019af6bd7cf51a7577593e7860e135c41cb2891fcbfe2 2.04 MB 1,092 7
811,442 811,442 00000000000000000002a43a8c880b0a995f56fe15689dd7925379f006027395 2.19 MB 1,276 8
811,441 811,441 00000000000000000000ddbe9d147b9c3f03715730ceb6dda870afc7dcd3e721 1.25 MB 1,014 5
811,440 811,440 00000000000000000001a5dce0e3ef5f6a8f7551b63af69ab88407af7173c663 1.53 MB 3,071 27
811,439 811,439 0000000000000000000383e35212227acda87dc57ecb8e71c2e7511f5bcad0e9 2.03 MB 1,126 7
811,438 811,438 000000000000000000011bd5aa175d37b7ef7e83d27f073a84874673ce089e6f 2.17 MB 66 1
811,437 811,437 0000000000000000000460781c4a9930286c06d542931fe50e4859c4c129bd13 2.14 MB 229 2
811,436 811,436 00000000000000000002ccc2cb5617e799fa14f5aee6868d2a3d73a6fa37b5c7 1.91 MB 1,375 9
811,435 811,435 0000000000000000000456f6b5971953cd228da9d3b6a2538ffa144784a07e9f 2.17 MB 378 3
811,434 811,434 00000000000000000000cc7428e85c3690fe230169b17340e251d4400d1b2737 2.18 MB 411 3
811,433 811,433 00000000000000000000377375a78ec04103a247657285912482de58e702a190 1.70 MB 769 6
811,432 811,432 000000000000000000032ef5256095201c0ef6acd4a9958b7430625b61edfc23 1.17 MB 1,047 27
811,431 811,431 00000000000000000000906735779154cad648fdb8472f240b130bb4432b008b 2.23 MB 293 2
811,430 811,430 0000000000000000000286115ee9272b6f885b14df6175239cd0c8fd71315de2 2.07 MB 243 2
811,429 811,429 00000000000000000004117ad1eb5f6b39f6490c0d5de23dac710b7f68be418f 1.93 MB 1,489 2
811,428 811,428 00000000000000000003e764c9e4a0bc12d42655c785f515e59a9e082d3b43fc 1.97 MB 2,063 13
811,427 811,427 000000000000000000018057b00b795851bae2944bf74abaf02461390ca85bac 1.52 MB 3,409 25
811,426 811,426 00000000000000000001b53397b52546c9709b4588bb10c58bd0b035d8e18100 0.00 MB 1 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.27 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.