Memory Pool Memory Pool Refreshing

3,545 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,657 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,083 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,656 (842,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,755 65,755 0000000009fa96902c9b6cf19d56b1efd1c955a63e3b453703ef9553de85ce73 0.00 MB 2 0
65,754 65,754 0000000008cb94572bf90dbf5068c4ba2267fffae8b267ec08e821e4b7b711e6 0.00 MB 2 0
65,753 65,753 0000000007ca1c981af892111f2d65931bff123fd8d84f0604af4ac059f5c54c 0.00 MB 4 0
65,752 65,752 000000000692c30daa7d4c33b1ee7287e126d78c4bc892688dd74ea5c5057534 0.00 MB 16 0
65,751 65,751 00000000033b174fc42eb2c1980bbb7a1a95b6d452e6e8818fc48aa3d17805f2 0.00 MB 3 0
65,750 65,750 0000000005ebb3437e17eb13ecfcf0bfe5a0047c0b1a684cd74a7c3d4ce38ba5 0.00 MB 1 0
65,749 65,749 0000000005fa8faba0344d44c9c805c00a5266b61a5c234b1e031131e4b23ccf 0.00 MB 3 0
65,748 65,748 000000000a082ed053c6aa4433a2333c664e821d1560ff9c673ba1adae46d413 0.00 MB 1 0
65,747 65,747 000000000a42b29ccc70942181dd22d421414c31989993f206b0075727253fcc 0.00 MB 2 0
65,746 65,746 0000000009cf5cb1cef90071e9ba1e8fd81f6e2b023e37795b13d91ce36cfe32 0.00 MB 3 0
65,745 65,745 0000000004305ec404b04dfb59e2f11e360ba59cad796a6efcc3e28cf54764ab 0.00 MB 2 0
65,744 65,744 000000000a6fd2efd847cee5ffd5d61d137666c273d8fa64f84498768b557621 0.00 MB 3 0
65,743 65,743 000000000a7ef562b3ef735347d7e80e0893e336f5c9b9f3ebf9383a71003561 0.00 MB 1 0
65,742 65,742 0000000000a92e14e5ef3f447776eeb1253bc8d5a2507a67d276817eee48f8bd 0.00 MB 7 0
65,741 65,741 00000000027a82792fcf90904bc1b7ce4af67180693b87889ed5bd6a9813dfbe 0.00 MB 2 0
65,740 65,740 0000000007481910aabdfa05eb09fc664cb0c0a10a424935f53c1161d7f865d3 0.00 MB 6 0
65,739 65,739 0000000004c094cf0f6d173d7a2d00a7dae71fd52bcbb2e92eae2074fcf18b98 0.00 MB 2 0
65,738 65,738 0000000009bca72b2a7de0b895c3e23f5595aa3810d0dfa4624b76563d88074e 0.00 MB 1 0
65,737 65,737 000000000907cc14482a1355cf4f85659d68bb1959896e1189939ebab8fe8825 0.00 MB 3 0
65,736 65,736 0000000006329a31c14df77180269eeec8c3a90fd1a3cb7248989155792331ef 0.00 MB 1 0
65,735 65,735 00000000091b9df9da1a27cbc8a85497c4cc367e29d94e4e83b66c1fb788b307 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.92 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,851.80 GB sent, 101.54 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.