Memory Pool Memory Pool Refreshing

1,788 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,779 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (865,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,810 42,810 000000001549267d465203b21a33daec31e76dd0804bdaecf4582c8b99de84b0 0.00 MB 1 0
42,809 42,809 000000003edc3ee3ff85744952be7b3ef0c5e8069a9becf45ff04498f70473ee 0.00 MB 1 0
42,808 42,808 000000000c3b09ee2832710dc3f059374b9dbfaa5eab9fd903444f178659aa61 0.00 MB 1 0
42,807 42,807 000000001dffd5ae06b862570a196201fceaa475ecedc0a9bc9339ef2fe61ee2 0.00 MB 1 0
42,806 42,806 00000000277278b080b5f61b12b6e5bd547bb317825e9ce48b8b1f59c5441894 0.00 MB 1 0
42,805 42,805 0000000037ae4628a7f3c4db5769e98782425480dac226df3560d94054dbd54d 0.00 MB 1 0
42,804 42,804 0000000010f42061885150568d88e7beb05924313855ff2020ccda9744139aa7 0.00 MB 1 0
42,803 42,803 000000002b79e41f3bbf40a8a9613e7a0c26183f11466d95ca43892ddea62ff8 0.00 MB 1 0
42,802 42,802 000000002927f59c8265d784de3fee996718b87b7ad88cf9d4389228390c52ea 0.00 MB 1 0
42,801 42,801 000000003915292b1352980e0a50530b0b6a09db469adce59ec7da8fcb9437d9 0.00 MB 1 0
42,800 42,800 0000000023aa4cf8b9c500365947dc18e76cd6c06c410645ee28791728bd5f7d 0.00 MB 2 0
42,799 42,799 0000000003a66308af0d5d96243b3b81c0b3ae2da4acae8258a5d5c2d3226261 0.00 MB 1 0
42,798 42,798 000000002ef00e3d5f46a5c88881a8f97e9ecb4b6626fc8c99b4d7d7c71df791 0.00 MB 1 0
42,797 42,797 00000000307eedd599539f2fe5fe72557cad1fae3347199e42a66b3b2f81c1c9 0.00 MB 1 0
42,796 42,796 000000002d337fc5d0e24185310bb30010ea19db36e0b80f79742bcc43520f2b 0.00 MB 1 0
42,795 42,795 000000000d0c215f90276513a23652aba6a18aa1bf1c65a12dbb89d8695872b2 0.00 MB 1 0
42,794 42,794 000000003814d92f96b465f256c8d9ae83c8c54bc06f6b18630e6ad813161462 0.00 MB 1 0
42,793 42,793 0000000010bbcb4c0a7881bbf560482d87cec483bcf216cce2b440fb82ba4ce9 0.00 MB 1 0
42,792 42,792 00000000096802020fcefcffe8e425a2120695d7e15ce25a3c7e88a898c2ac7f 0.00 MB 1 0
42,791 42,791 0000000022a47ace41fa7370acd9d73d187c213f619a9c9769cac3bdf8cb3f5e 0.00 MB 1 0
42,790 42,790 00000000289fc4349865b105743086d55859fe76db932aeb6a41a99efb9b16af 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.46 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,646.19 GB sent, 95.25 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.