Memory Pool Memory Pool Refreshing

7,846 transactions
3.62 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (5,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,618 902,618 000000000000000000021b70a6153fb91de987fbca41755c78c9ea68a3a78f32 1.69 MB 2,112 1
902,617 902,617 00000000000000000001192c770305cd09d926a712849d04d953fe090cfeb45b 1.83 MB 3,551 1
902,616 902,616 000000000000000000009afa7658f7f901d4dc94279c8abadf3842bbca18929a 1.97 MB 3,682 1
902,615 902,615 00000000000000000002085072487c77467acfeabf49b7125d83835dd2aec47e 1.52 MB 3,074 2
902,614 902,614 00000000000000000001d49368cac39866b1d50830f1cda4ae9ce956e94df3d0 1.21 MB 682 2
902,613 902,613 000000000000000000011051e09e1c5c859f135018f05eb0642cc43ee5fc4bb7 1.49 MB 3,272 3
902,612 902,612 00000000000000000000b4c3553f1086f80b9f649267064a37f30c2d3fbd883f 1.62 MB 3,193 8
902,611 902,611 000000000000000000005bacc128214cc6aee9972135d705c834806a229dfa18 1.67 MB 2,218 1
902,610 902,610 00000000000000000001f8b2440c1cc7f9f8e22aba1e3f63cc244f204bdf4006 1.46 MB 3,680 1
902,609 902,609 00000000000000000000fe8c2b41265521d7d12bf279351c8756992ac8e78ab7 1.51 MB 2,750 2
902,608 902,608 000000000000000000000bb648d438d79fb19fa44ae9f860e8aec19bf1473b7c 1.47 MB 2,429 4
902,607 902,607 00000000000000000000bc5335ce0dc78640bdcc20d33d75bf506ac4c46eee7c 1.63 MB 3,675 2
902,606 902,606 0000000000000000000153bf00a8c4ec7bc384cab861a679edfd1b8f7ddaecb3 1.65 MB 3,828 2
902,605 902,605 0000000000000000000028d61f49875f1aa4772b84bfda96d607447ed051b320 1.41 MB 2,281 4
902,604 902,604 00000000000000000001c6b4c46fad4a1c3a4e23893e4ffe73beadaea399c1b8 1.43 MB 2,580 1
902,603 902,603 00000000000000000001cd73057d3d277ebccad2ab79b8db2a2662df40b208d5 1.65 MB 2,953 5
902,602 902,602 00000000000000000001be355939873ec205ac470cc8b5decf9f25fa4513bec3 1.43 MB 1,909 2
902,601 902,601 0000000000000000000101d6870c49d9c4fbf758de619683ba41df2bc667755b 1.37 MB 1,843 3
902,600 902,600 00000000000000000002263c413ba1885ef611f2076918e1f6e66a4cefde0d82 1.49 MB 2,910 4
902,599 902,599 0000000000000000000191efa9be6801f61649dca0df43685b4df55951dc8dad 1.54 MB 3,042 4
902,598 902,598 00000000000000000001dadc79b4d35dc228fc7dd225797cd51373c1ab77ed39 1.63 MB 2,436 3
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.