Memory Pool Memory Pool Refreshing

8,405 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,290 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (655,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
251,805 251,805 000000000000006b69bb9f40ba798a9c3e1d529d3d1847d1f4f517900358bd70 0.07 MB 77 49
251,804 251,804 000000000000003a5e910d3d0d0055775bfb3a8843b828e684b977e20f5c8a05 0.12 MB 319 172
251,803 251,803 000000000000001dc221b4f36e33c0c2623b6bdc5531f486a2b47a358dd5a432 0.04 MB 92 16
251,802 251,802 0000000000000048558b9cfb9fd9f9886ee393feb19cf26c6e4519a7a9021705 0.25 MB 473 86
251,801 251,801 000000000000005f78df846c3ffb1ba6257d033711f1bf82d3cba54378171464 0.10 MB 216 111
251,800 251,800 000000000000000e8a0fdf291db6957ed869f810b3f40c98c98249896b0156ee 0.50 MB 353 21
251,799 251,799 00000000000000717663aca2768574c6ed74163826aa2f5698f24423e59c5565 0.25 MB 805 86
251,798 251,798 000000000000004d0302c5f3fb256d41b052dabd341a39741c9d553c8ac73ca7 0.25 MB 599 139
251,797 251,797 0000000000000005b0a58645793054dc9f23fd5fbbfbeb384a039fc76d261afe 0.17 MB 341 136
251,796 251,796 00000000000000173ae48f8ba5a195d1b862d49ad0334f7580bae78b2f1a7630 0.25 MB 717 197
251,795 251,795 000000000000003513d2025d34fe3afff49f1895a2e0407a388394f42f5f3afd 0.14 MB 256 86
251,794 251,794 0000000000000000a4f10301241780f96018e77a7ee7843cb045c70dce475f06 0.03 MB 64 85
251,793 251,793 00000000000000650aceaa47a1e3c8eaaf3634f6e972ee8ec5d4c3ad661aafa1 0.49 MB 350 34
251,792 251,792 000000000000006b9530e5ab8b1da55411638eab1dca11e5ad2a7fa573e17936 0.05 MB 131 117
251,791 251,791 000000000000000906b35408dfe375d30eebf5380640c2bd2f2ca696e2a08ccb 0.10 MB 255 92
251,790 251,790 0000000000000029c3a8efe0f2d1162e9c78cd77081f68355e3e17e11b731cfb 0.19 MB 379 129
251,789 251,789 0000000000000028c43d6aff5a9e0504c5d37c3c60512e8b48a65ccfbfb188e9 0.02 MB 36 0
251,788 251,788 0000000000000071b5f83ceaf869d88698e2a99f7cd5f17d208746c506d147de 0.40 MB 512 35
251,787 251,787 0000000000000027fa5187a93cd1ed4742e7f59d106db132da5a33e0ceb0f9f2 0.50 MB 723 71
251,786 251,786 0000000000000026df6798047a6ffe2344079552546d636f4c42b3f91d78f88f 0.50 MB 1,167 99
251,785 251,785 0000000000000007733f271f1f215e6c29a6d19e80c2dd874ab310b7af619dae 0.19 MB 95 43
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.56 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.