Memory Pool Memory Pool Refreshing

3,738 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,822 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,821 (278,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
629,512 629,512 0000000000000000001119670572c21ff58f27866d17bb4f6b89fd6b66815daa 1.32 MB 1,749 98
629,511 629,511 000000000000000000080c3dad3c41acfea8076dcd3db522c0ad48fe3e09f77c 1.19 MB 1,916 103
629,510 629,510 00000000000000000003c3506e016e600f390f563abf0b9ecc2e7a661aef7c53 1.27 MB 2,630 110
629,509 629,509 00000000000000000010ed8647eb461d8815433f941ed7949aef797442a9e690 1.27 MB 2,410 95
629,508 629,508 000000000000000000036de2b5c75f1f3d65c73b5f0d19749e3dc31911cd87b1 1.34 MB 2,723 81
629,507 629,507 000000000000000000030cc31eaff9f06b7c4799b4263f3a28530d89299fdd8b 1.39 MB 2,769 49
629,506 629,506 000000000000000000039c9ccff8ad0dbba40031c6e0c0a40091e63a2de00986 1.31 MB 2,364 67
629,505 629,505 0000000000000000000c14611b3ceaa9a5b0a5e4d128c13a916e47bbc2d03b68 1.08 MB 2,124 82
629,504 629,504 000000000000000000010313f7bd57c853c8af864d49c05af78fe99b78b2a724 1.15 MB 2,121 87
629,503 629,503 0000000000000000000c4121b1b7a201d606dbc914ed188f9115a74677db0ca2 1.12 MB 1,667 95
629,502 629,502 000000000000000000073b6cf9f8f29fc4055647c13f6604333a32d3efbe82ea 1.05 MB 1,148 91
629,501 629,501 000000000000000000074aa630d6844423c9320d2ae0de894183946f9c1aa9c6 1.17 MB 2,182 122
629,500 629,500 00000000000000000003723aee596af33db2fbf7d26308a441658fe8a695a897 1.28 MB 2,676 58
629,499 629,499 00000000000000000010bca11f0a9924922ad093d5cebb7381c38c98f40651c7 1.30 MB 2,807 62
629,498 629,498 000000000000000000080ccc2c9b2e5bf6fd030e1cefa72a7e0ece1ba44fc122 1.30 MB 1,862 18
629,497 629,497 0000000000000000000969b1681a7016ef04c53d7b166cd5e941013189e34532 1.17 MB 2,348 27
629,496 629,496 0000000000000000000f5ea5c4402713e6d475bae08407c96c477688e4104c8c 1.17 MB 2,324 24
629,495 629,495 00000000000000000003dab90c2d0ead3212c21e07b3d3a0280f27927c58b609 1.24 MB 2,986 62
629,494 629,494 0000000000000000000c3f97b8c2441d48b54c0ba7e1bb5b1539c524ee55065d 1.32 MB 2,984 50
629,493 629,493 0000000000000000000fd889f2760835140e31dd449503058c5f256a50e04920 1.24 MB 2,363 60
629,492 629,492 0000000000000000000e84774d7f6655d9b19f77729413e73cba9005f995610c 1.31 MB 2,491 89
Previous 10 blocks ↓
Total Size: 769.20 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,634.13 GB sent, 93.96 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.