Memory Pool Memory Pool Refreshing

3,682 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,571 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (776,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,397 131,397 00000000000010757ad3a4db27e89c6f010357e8defeb819cb9de721e506f401 0.01 MB 24 1,788
131,396 131,396 0000000000000208fc4065f1fefa65c8105af30d3e620d4253028147b759708d 0.05 MB 161 299
131,395 131,395 00000000000001e32986ebfaefb61f2ef9dd581d78f27570c4c21a6e8464070a 0.02 MB 36 1,270
131,394 131,394 00000000000009ef933ff586a28eacf81de86ec6d65c0e6e06a5ec863b307f49 0.01 MB 32 1,127
131,393 131,393 0000000000000fc6fb3cd1d286dc6f9e97546abdd85add62bfa39944428d41c0 0.06 MB 97 557
131,392 131,392 00000000000011a22c6e314b1a3f44cbbf50246187a37756ea8af4d41c43a8d6 0.05 MB 170 155
131,391 131,391 00000000000002d06af7e7bfa8c34317c180a839d493c608c0eb0c5e81098ad1 0.00 MB 12 1,438
131,390 131,390 0000000000000e63252a12cdc7aad19e93e666be278c4f372770fc5b632894d7 0.02 MB 30 1,076
131,389 131,389 0000000000000d69d39041757a1d5414492b6152c758cc39168de912eabc2477 0.05 MB 175 189
131,388 131,388 00000000000009e63c0dc84756b1f535b0c8d7c51b849e60b6ce893a9c6a4d51 0.03 MB 62 832
131,387 131,387 0000000000000a5d431a2f2a87a3076b82f5439a0f40e455342b247ef18146fe 0.01 MB 19 661
131,386 131,386 0000000000000a70ef71a3d1d2bf50766e58d0b880575be44ef99b086666015a 0.05 MB 190 21
131,385 131,385 0000000000000da2ba7c62dc30d49071830709da7b09c0a4285b98a46f9e619b 0.05 MB 157 288
131,384 131,384 0000000000000002739d5a374b95e8bd7f5b7c810d07407924385b2181586dc6 0.05 MB 177 209
131,383 131,383 0000000000000d5b277cf63530bc190e5ef82b74abb8259d11929924c300396c 0.04 MB 51 449
131,382 131,382 0000000000000fce87f0b2098d00af957fe77044bae177a49f11ad5e045bbb87 0.02 MB 25 771
131,381 131,381 0000000000000e7e8876b56ad6ad9293364fcc457ac262196eeb7590e508b1f5 0.05 MB 62 264
131,380 131,380 0000000000000ca8b7a5ba08ba79817d70bd6edc2248601a55b8c430865c31d8 0.07 MB 118 761
131,379 131,379 000000000000033a830ccf075d945d82b2c271f2e03284d5b7216fca7e81c3ad 0.05 MB 101 518
131,378 131,378 000000000000041cebc4eddbadb66435b7b9e22cec4e67c8d8ddae250450f037 0.01 MB 26 1,023
131,377 131,377 000000000000012ad89b35c2826eb8351d49a4a9e44c7a4417880aafa5aac109 0.02 MB 37 828
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.