Memory Pool Memory Pool Refreshing

12,105 transactions
4.35 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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
908,158 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,088 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,157 (761,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,912 146,912 00000000000008fdbdc1c066960348d4dacb9c5e510205a1f433176ca3088fa7 0.00 MB 3 0
146,911 146,911 000000000000095e4dc1572207756804f8da9f9e141293f1fdf497b3a8bc7023 0.01 MB 21 162
146,910 146,910 00000000000004330c503936b52708d26a4e1416bd120d2a9fbd29fafc7fffe8 0.03 MB 72 115
146,909 146,909 0000000000000753ab7f1ddba681c2fc2b7b705ce20735745afa05304824bff0 0.04 MB 138 1
146,908 146,908 00000000000001ff9385770f0b32bc28597a1385a30e255f0251929d8b17c02d 0.05 MB 97 55
146,907 146,907 00000000000007d45d9726530fd1b37ceb6b0b687482afe6078488c109e94247 0.00 MB 9 432
146,906 146,906 0000000000000496e2e896148d0ff2e694b11c569e10af3b80af75dfd5cb4f60 0.04 MB 47 82
146,905 146,905 00000000000004d54e2ccd90493430ca704dffb103995eb8199ff4bc6643d678 0.05 MB 102 148
146,904 146,904 000000000000068edeb206dd1b2e855482d4d382a0e18e9a395eab0600787953 0.05 MB 134 181
146,903 146,903 0000000000000209ae5db4b713a75bc0a1f1278a4c1c46b5deb19b5801253094 0.01 MB 8 755
146,902 146,902 000000000000092d03ce28380da5aacb939e4aa2a5cc103052c4b2209fcca507 0.05 MB 131 70
146,901 146,901 0000000000000675b088a335a9ad5adab1ec0e505fe2f14745ecb841bda51ed0 0.02 MB 31 55
146,900 146,900 00000000000001a61d473d68940d022af01968ca2f72fbfe5cf225db4d7d2645 0.01 MB 8 42
146,899 146,899 0000000000000886ea862fe30b8ffb818034a0dadfb6b49611efbf1fad2c9277 0.00 MB 7 0
146,898 146,898 00000000000009201599e6ba5798982cad705322523540b0fcfdd5872e9e9417 0.01 MB 17 343
146,897 146,897 000000000000043e520e72846654d36341464ca9044a27be4a75725a713ec624 0.02 MB 39 288
146,896 146,896 0000000000000060c63702430e197ad013dd1f0ef42a1f695224dbe73a095601 0.03 MB 72 59
146,895 146,895 00000000000004ded7b4639b2833c448ad818b9d129f52875af644caae825445 0.00 MB 12 0
146,894 146,894 00000000000002563605d02bd8fa33d51e9b3ff021b9c5773a714786c749a88d 0.02 MB 42 136
146,893 146,893 00000000000007903a983984fced1e60336258cc0d06b0b199353284816c424e 0.02 MB 24 97
146,892 146,892 00000000000002f4f4a3bd6baf6b2f364f583bba3f52dbde0f4e003101e65d04 0.03 MB 68 205
Previous 10 blocks ↓
Total Size: 769.85 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,680.85 GB sent, 97.12 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.