Memory Pool Memory Pool Refreshing

2,738 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 2,737 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (3,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,665 904,665 000000000000000000015eb2fc4c6719fd9293875b47539a2341d5a67c784dec 1.48 MB 2,331 2
904,664 904,664 000000000000000000022fd7ab4a6848d8efda37b78d7071d80ac45d16edead0 1.71 MB 2,256 1
904,663 904,663 000000000000000000008f8b75b99ef9829190ce78f53f0aa154b9c3e2ae15ea 1.49 MB 2,478 3
904,662 904,662 00000000000000000001f234e10bef5e342a016d69937a0e3d63809cfa4b3880 1.61 MB 2,523 2
904,661 904,661 00000000000000000001e5c560474337a8bdf5a271d7bd9af2a4721299dcf786 1.39 MB 2,367 3
904,660 904,660 00000000000000000001733caa54a650f9e242d1ef24ffc4fd43fb011ecada2f 1.63 MB 2,743 2
904,659 904,659 000000000000000000000d1bad17b4b118285fd3e326f295f75834fcf8440f5b 1.15 MB 903 2
904,658 904,658 000000000000000000008fb4ddfd54e308b3574e94461008a0f02cc99d22b6fc 1.61 MB 3,401 2
904,657 904,657 00000000000000000000cb1e6a27620cb1daa6bef38687179f6489883949a690 1.47 MB 3,374 6
904,656 904,656 0000000000000000000024975151385e6189fbace06dc4308ed96c8137f791c9 0.52 MB 1,295 2
904,655 904,655 000000000000000000006fcac2b62617a9997c37032fe879eab2614e3bdda245 0.95 MB 1,731 2
904,654 904,654 00000000000000000001ceb9874081e4fa297ea08c86a368aa7d67e13665f467 0.08 MB 108 2
904,653 904,653 00000000000000000000b91adcad5fe67fdeef6924a7ab40c0ce3fcf283bbbb1 1.63 MB 2,785 2
904,652 904,652 00000000000000000000e491c497a2eb54de9aeee1527c6c4e1a69b02ac677df 1.49 MB 1,231 1
904,651 904,651 0000000000000000000206a6b3f3f51fd4ae00ed37ec1215f45baaf6d77a4824 1.57 MB 3,714 4
904,650 904,650 000000000000000000019006c7d6d87eaf0b52885a8d67b4ed7cd6149aaf2a44 1.43 MB 1,298 2
904,649 904,649 00000000000000000001c59983d06334226c0adc9d6722caa40fe9c3b41da369 1.61 MB 3,558 5
904,648 904,648 00000000000000000001719e2ce11ca7fc830572f8813f0ad4507b4731a7ab1c 1.65 MB 2,869 1
904,647 904,647 00000000000000000000e829146f63f6121f3a5cbccb2c03c7277cb10629fed4 2.16 MB 2,733 1
904,646 904,646 0000000000000000000257f02c5c9831ebbd5044342211263a50c4e8807978f9 2.25 MB 743 1
904,645 904,645 00000000000000000000e0ae258dfc2790ee1a45793b37e859b7d64bae93c389 1.18 MB 1,135 2
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.34 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.