Memory Pool Memory Pool Refreshing

7,641 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,014 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (780,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,512 127,512 00000000000021dc3d6bcf8b251d27def92e69bcbac145f95d2ba8d92c05a950 0.01 MB 17 882
127,511 127,511 0000000000001186b005c91d0ec834d6aee704dd7f725e44d3d6604781209d36 0.01 MB 38 2,418
127,510 127,510 0000000000001fa10e43c877c052274412047e6be84bfc86e0abe16982923840 0.01 MB 15 481
127,509 127,509 00000000000011af10b59dee0903fdf88e181c629cbaee2476673960aab89dea 0.00 MB 6 795
127,508 127,508 0000000000001784e340e114af141faf118c0bdaee6b75eb4fa1057c4bde4adb 0.01 MB 18 618
127,507 127,507 00000000000001009d992c427b11e7d7b5f5af5c3dc1c38fc6c50e4de5504d64 0.00 MB 5 84
127,506 127,506 000000000000259673249f5d300bfa853692e09c8d73ced7064bc2559976c3cc 0.02 MB 68 114
127,505 127,505 0000000000001f0df0fbc9bf271509d9bc88a67c91ea7a864683d95a6c012e7a 0.00 MB 10 680
127,504 127,504 000000000000176fa1d297f5b4423712cb26aabd7384cfd31f706bbc10d5f48e 0.02 MB 69 573
127,503 127,503 000000000000097885a915295781c2dd87fff181c818ed4425d2c48d4542a6b9 0.01 MB 24 22
127,502 127,502 0000000000001652931da9732f175cea963a44452ac840bd00f08540b8b71863 0.01 MB 19 1,254
127,501 127,501 0000000000000013dc0d9247d7f197892531f6c42cf3592aa88062c49c91bef1 0.01 MB 18 997
127,500 127,500 00000000000011095756da3548c943ce7250499947f78d00cc3ef6f48ecb2ce1 0.00 MB 12 0
127,499 127,499 00000000000015722683678370230f665b396f937c4edeb31831681f299ec3ac 0.01 MB 26 470
127,498 127,498 000000000000205dc77157ab56c18b3a9b965bfe77f15b299dbe7c9a5eb57547 0.02 MB 28 675
127,497 127,497 0000000000001e9a566e945472e4d96a71db52197a20b95abd708e586f1e2bf0 0.00 MB 19 84
127,496 127,496 00000000000001cfddbcbc04f2c5ebb1af15acda8198a36c7740be7e80858b68 0.02 MB 50 438
127,495 127,495 00000000000023cb505883f4861850a763adf4315a84ea8d555c1ba6fee4b37c 0.00 MB 6 0
127,494 127,494 0000000000000e9c35575f34e0ed8f940c100cf46564f29c953f52901cf9287e 0.05 MB 159 767
127,493 127,493 00000000000005d81419ed578af1007764c2952e50c76ec5f19c6c4414282d43 0.01 MB 21 1,122
127,492 127,492 00000000000020b29474e8c6cb9175d3837a46e7815789facf99247795483422 0.03 MB 64 314
Previous 10 blocks ↓
Total Size: 768.97 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,615.64 GB sent, 92.67 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.