Memory Pool Memory Pool Refreshing

6,789 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,991 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (41,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,640 866,640 000000000000000000007ac05c5e828f903a006cb82a7cef52188e61247a8ace 1.40 MB 4,492 6
866,639 866,639 0000000000000000000181401e9384fc0aa0e61c7917224fe411659a500e35fb 1.46 MB 5,528 7
866,638 866,638 0000000000000000000174d802afeda2a6597808e511c6397aad466b5a97c989 1.64 MB 4,522 9
866,637 866,637 00000000000000000002144c2ff3b9a0d61bff0c8720d739fc9db1b866948c0e 1.53 MB 4,139 6
866,636 866,636 00000000000000000002ed4bb1fa8e81769109ef7bbfde08b6928349fc7cc6f3 1.47 MB 5,503 5
866,635 866,635 00000000000000000001ec6cbbbb4b67a4110334cd2ee5d9038c32cc5df6e873 1.51 MB 5,592 4
866,634 866,634 0000000000000000000217a7851e2cde597bfe507a615f10d8a6de3ec3ca1ae0 1.57 MB 5,870 4
866,633 866,633 00000000000000000002083ef02109c220404cbd11fbefb934d08515b023051b 1.58 MB 5,687 4
866,632 866,632 000000000000000000012347289fcf9eca9d515016b15fd7836744bef54b61a7 1.41 MB 3,786 6
866,631 866,631 000000000000000000026dcd3a527dcc7d6c5d783984dc6accb561b80d33f67d 1.53 MB 4,165 5
866,630 866,630 000000000000000000026148b009d1bc5c6605a5c64c51e80f18238fdd8c38b9 1.71 MB 5,929 2
866,629 866,629 0000000000000000000226a97d032a9a36d0c0d7d17f6733f70d24b62c305b12 1.88 MB 5,264 2
866,628 866,628 00000000000000000001995a99c0d624fff27f39c1271b447e8e7e46e075e393 2.12 MB 4,581 2
866,627 866,627 00000000000000000000894b083ca158d055dbcd2d361322649baebb5cf99bb9 1.54 MB 4,280 5
866,626 866,626 000000000000000000012e8e3d831643260c4a1108dde9c9b355b4572785f2e2 1.79 MB 5,009 4
866,625 866,625 00000000000000000002ac3139bafbe1135d4ebd4b50e1f53b00116437cda595 1.85 MB 5,256 2
866,624 866,624 00000000000000000000027a2e5ea85ce4cb77b1848baf07cb9ac461f44d4547 1.56 MB 5,437 5
866,623 866,623 000000000000000000015dc99cd2cd2efd902d27b3ec4278cbe5dd0f3a9deb51 1.50 MB 5,822 4
866,622 866,622 00000000000000000000abeb3ffff3ffffcad0d710496f2431e12861e4e56f3f 1.64 MB 4,798 7
866,621 866,621 00000000000000000001d8d7283a92f51a1d36317a71981a34203d570486da6d 1.52 MB 4,725 7
866,620 866,620 0000000000000000000306813c2c623a18cb76205b09b515655a67990bce8c8a 1.60 MB 4,823 2
Previous 10 blocks ↓
Total Size: 769.22 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.67 GB sent, 94.04 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.