Memory Pool Memory Pool Refreshing

252 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 231 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (823,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,106 85,106 00000000001bf1349b03982143598db7aaad1a15ec64f305fa138c36b972cd85 0.00 MB 1 0
85,105 85,105 00000000001a93325bc7e6bfb89df2ed7bb8349a9a9ee1c3751f6b27a667cf54 0.00 MB 3 0
85,104 85,104 000000000019cecc5a1762e0e172fc5c08158598eaf9bf95bbff2f65c532d235 0.00 MB 2 0
85,103 85,103 000000000012194c44bdefd1dc18e2865cde2ace324c0e558fae0b3675ba91c4 0.00 MB 1 0
85,102 85,102 000000000020611bc03f2c03d7e8520df82565e48da352b8ba17d72de2bf6527 0.00 MB 3 0
85,101 85,101 00000000002714d0bdaf08961d39dfcf96358c4431a3d4ed0e12738ec8639f76 0.00 MB 2 0
85,100 85,100 00000000002211b4bd2d798f7f011e852b57e6f87764dcc2f2f6bc6e2e37d275 0.00 MB 1 0
85,099 85,099 000000000016e95b91462291d3fdefbcd6f24e9b375e396a37744cc7c4763d3f 0.00 MB 4 0
85,098 85,098 00000000001d13ee37de1f78f74690cbd43ffbed979bc8800ae8f96f5094594c 0.00 MB 2 0
85,097 85,097 0000000000079813cd525ef8e930662a283333720c260ff3ad8a84cc242b3166 0.00 MB 1 0
85,096 85,096 0000000000298416771ede6c795b509795c33468922c0fa01d7b41ac8bc85a97 0.00 MB 1 0
85,095 85,095 0000000000031b152021f1c8509ec8e6b25c2fa33bebea154d61ec63434425d0 0.00 MB 3 0
85,094 85,094 00000000002e81495e10635cdccd3d27440ce45a15f3ecb18ad27e0c0ef94fc9 0.00 MB 4 0
85,093 85,093 00000000000d75a4fece985e1495eb23232a48e767d69c2b0a1c12e42880a632 0.00 MB 2 0
85,092 85,092 000000000025e3d5f4485b5e59ed827a89fca221eba3e5a44b85e5320a903f93 0.00 MB 1 0
85,091 85,091 0000000000176d0f5a8ae5c3c313ee399ab77434ed285640fc6430fad6fe2852 0.00 MB 1 0
85,090 85,090 00000000001dbbc7629a275b16ce6dbb9beb3f2d6a991e0453828152e97e3c38 0.00 MB 4 0
85,089 85,089 0000000000160b143261d28083a5cef40388802aded7b938d013ee491795017a 0.00 MB 3 0
85,088 85,088 00000000002d132caa94922ee4e1af1884b35b07b81a500cf7d8877bad0caab7 0.00 MB 1 0
85,087 85,087 0000000000083e5025d0f905158afee626d681b5b28d2a305d0e93433dc7a87d 0.00 MB 1 0
85,086 85,086 00000000000c198b7faf963be6f7a265e84aa2f65eecd41b755bff11ef9e0898 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.