Memory Pool Memory Pool Refreshing

14,175 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (715,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,149 192,149 00000000000005b2c57d29f79702a4b7d47d36d3b90f63dba9515d9385ad272b 0.07 MB 135 111
192,148 192,148 000000000000045f82a4f1e1342807a90bd9aba9649e0c5647403a37dfc8ca15 0.00 MB 1 0
192,147 192,147 00000000000003c8e894595756f8910712194ceb2b1a98f9bc1e3d0c107bc8e8 0.23 MB 576 153
192,146 192,146 0000000000000209f3561fea76cea8948d458a02134ff3b06cbe9b99cf8f7107 0.05 MB 98 83
192,145 192,145 00000000000003482f3a371fd264a2d344bb8782d89e4cee83b148b2a9c4d151 0.01 MB 11 39
192,144 192,144 00000000000005f9e13087e05acbab3eb11b606d253a192e9ae5f92200bbbb0b 0.08 MB 190 127
192,143 192,143 000000000000062bd0703fbfebb63f61788aeb0d1d07ba16e437568c11df02fe 0.03 MB 65 26
192,142 192,142 000000000000005e786216b8357ce6d61680171bbdc880a5abae4a370c56cff8 0.00 MB 4 0
192,141 192,141 0000000000000722441c3d43d806841244395aa5608895d3162b1ab7a1c90cd9 0.06 MB 157 207
192,140 192,140 0000000000000374821d13a99edaf4042fcce5548fe93d1e695cf45287d021cc 0.03 MB 78 82
192,139 192,139 000000000000025aa611b1d32a9ee43dbe6805ca91c03af686302962f171b8e8 0.06 MB 135 138
192,138 192,138 00000000000003cf399735ce8f2e57edb58ba1ec3ed364da7e5f794687fff05c 0.01 MB 18 53
192,137 192,137 0000000000000810c48d4d5adf3a46cece1dc7409f6a016d7a54194f8666a6bf 0.08 MB 226 150
192,136 192,136 00000000000008304d22e415a11136e536e0e34f4f06e74879579711f4799e50 0.00 MB 1 0
192,135 192,135 00000000000002916645dbcb361ea7416770eae8fe7fb6fc7499b1b6e9137595 0.08 MB 206 137
192,134 192,134 000000000000059dad0a4d55a8560593990cc91bd407a9df1fcd170f7186af50 0.02 MB 44 119
192,133 192,133 00000000000001fa651681cffc9e09e8ac049bf665fb8fc25d7e68fe1deb28e9 0.17 MB 410 140
192,132 192,132 00000000000007ec81329e83ad48fa42422449a343fe62189aef7d67f111ebce 0.03 MB 100 27
192,131 192,131 00000000000001ceeeba0655300177ee6cf55db18f63fd9cc432e725bb423763 0.05 MB 143 39
192,130 192,130 00000000000000ad2cbd04a51e7a662ed31520e552e2a301a13af1b096bf3f13 0.01 MB 41 122
192,129 192,129 00000000000006b93ffb9ef148abc76d26cd30b3ccf2089f9cedbf5cde2df6b0 0.12 MB 257 119
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.