Memory Pool Memory Pool Refreshing

7,060 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,199 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (32,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,061 875,061 00000000000000000000ed9e7b99c57acfcccd36c4806c658b3a3409cb11d904 1.74 MB 1,833 5
875,060 875,060 0000000000000000000029a461c81aaf5e8999ccc0e2fc5a5528822eebebfbbc 1.43 MB 2,269 7
875,059 875,059 0000000000000000000068c540eb01ca950e981aa6dfa5a3b87c48efa55b8282 1.45 MB 2,634 7
875,058 875,058 000000000000000000002562c2bdb13bc0a6fb7b6d7612d16594a957abda4ac3 1.54 MB 2,269 6
875,057 875,057 000000000000000000004e04098fcea1e4232f03a28a812466f7de036b05a7fc 1.61 MB 1,904 5
875,056 875,056 0000000000000000000121b863f6216c2d566c9baaa933431e088df591bdea2f 1.43 MB 2,268 7
875,055 875,055 000000000000000000015c3fa1601b85061d06c956581431f0a41ffae3aba799 1.66 MB 3,144 9
875,054 875,054 000000000000000000007e94739db32e60bd426cc159ae471b9d011d4be23705 1.57 MB 3,504 11
875,053 875,053 00000000000000000000bba58396b058038ff25b50e0d84f24b360905e05b620 1.54 MB 3,426 15
875,052 875,052 00000000000000000001201fc2b4fea18797519d838cfc3d105ab7aa4714eca6 1.64 MB 3,382 7
875,051 875,051 000000000000000000015f19b0c2811c67f18600304971557a96621d1f1f6d2e 1.58 MB 3,310 7
875,050 875,050 000000000000000000023703272844fe1d2b713deaf69d8f5fa97835fb079e0e 1.57 MB 3,893 11
875,049 875,049 0000000000000000000256360f807b002c9a993db921212a9700c5805f30ca82 1.54 MB 3,822 10
875,048 875,048 0000000000000000000185d0f248f6aefecf5ae2acc0a12398eed5f76f8b79e4 1.66 MB 3,341 10
875,047 875,047 00000000000000000000147e04f32fbd69b75ad7782e9b3c6606943a79f8e76f 1.75 MB 3,943 9
875,046 875,046 00000000000000000002305e5ac4b3d57c2682fd34655f5a5eb1d7198c0183f1 1.63 MB 3,634 14
875,045 875,045 000000000000000000015eb4606cdd8dce9be1a378bf72217d3f73dc079ba93a 1.61 MB 3,266 15
875,044 875,044 00000000000000000000e8bafa38b0b8bacb83f8705bda7774c0185d57efabd8 1.49 MB 2,174 6
875,043 875,043 000000000000000000001f1a6d03e3c78b00b90b74161c3abd82c0252ababcb6 1.63 MB 3,735 11
875,042 875,042 00000000000000000000e7b03231555d87a6fb8ec5d04c0bdedd6ea83e809e69 1.57 MB 3,722 10
875,041 875,041 0000000000000000000181f55dc3fbb2d4c6d1b89e1bc79d0388b2f5cfd73678 2.07 MB 561 4
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.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.