Memory Pool Memory Pool Refreshing

2,859 transactions (1.11 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,133 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,659 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,132 (841,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,402 67,402 0000000003a186879b7a71f1e0c26b8deefc20fadc34d091184a795f6fde36e0 0.00 MB 1 0
67,401 67,401 00000000019f3c527cf200859cb4760941e2c39131a541d0605e28b124ffec42 0.00 MB 1 0
67,400 67,400 000000000450da6a6eec6509f0d2bc5d5ddfb9c2ac2fa766788ae34c55c40276 0.00 MB 2 0
67,399 67,399 000000000163718d85a8e90b21fe3693c7554337fb1208d167e3ba7a7baf3e2a 0.00 MB 1 0
67,398 67,398 0000000004e233c7eb772f32cd663dc5af22d32daf0a477273fb6d6ecfb7dc01 0.00 MB 2 0
67,397 67,397 000000000184f858eea78a3434ee1ace498fabeef36051981b43fbb0588d03c5 0.00 MB 1 0
67,396 67,396 00000000000c849de17cb912e6721793e7afa1a926d0caf0c4d7b81164acac6d 0.00 MB 2 0
67,395 67,395 0000000003f7f0439e40dded1320806321d79e3b2f76696d4ca80e701ad05eda 0.00 MB 1 0
67,394 67,394 00000000051f46d8f5e35552e2d065647a0c77d0ef98c335acc0245defa03aca 0.00 MB 1 0
67,393 67,393 0000000001edb9805ca1fc589016f05f0e81877a0eda57ccdd993f9666d36fbe 0.00 MB 3 0
67,392 67,392 00000000002b4d7946d7035902e9945ccd233acaac66d09cb25c3e7894d8312b 0.00 MB 2 0
67,391 67,391 00000000053d8422f6e8edc7ed33d5ac26b7938bd78af4adaa1550e5ed66b595 0.00 MB 3 0
67,390 67,390 000000000563c82d1956f512eec4472cf2106c4360977f20bdaf72a0ccab958f 0.00 MB 3 0
67,389 67,389 00000000047784e9733cc60286aec9de06175f58cd4ba66d66a53ee8a9575c62 0.00 MB 2 0
67,388 67,388 0000000003b682395e9472cdd6ac2267a4dc6840950b611a2e33dd99cdfef443 0.00 MB 3 0
67,387 67,387 000000000543c6130bf70eb26015cfc67cb3c607697ea3a44a530eee4a93943b 0.00 MB 1 0
67,386 67,386 0000000004d312b43bbdfe76e0a6fa8816e67aee70501c8306fc1553f24b9498 0.00 MB 2 0
67,385 67,385 0000000000989b3dec84885d8081e3eae4f34f54baf1bdec761c08547020b35e 0.00 MB 3 0
67,384 67,384 0000000005408ab0ac6086e19772f0215d969cf1e0698b1ba19e347eedae5e8b 0.00 MB 3 0
67,383 67,383 000000000578df2482b90736eca217b49ed680e37cb218dfa8bcbe32eec648df 0.00 MB 1 0
67,382 67,382 000000000479db746f1dc5db598f90dc6eb48230015c2073f445a4238df5f58a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 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,949.91 GB sent, 106.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.