Memory Pool Memory Pool Refreshing

856 transactions
9.13 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 510 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (824,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,245 84,245 000000000014fb8659916d1a7020a852d09af80c0ed17f53a8ed024560d97749 0.00 MB 1 0
84,244 84,244 0000000000154f709ea60f76c42e764f1066bc3846940d98c0cae3ba80635e61 0.00 MB 1 0
84,243 84,243 000000000004e20edaecd195f51c80f78483f73e8f57a2d0ff11bc08bb939d29 0.00 MB 1 0
84,242 84,242 00000000000c7a5423ee7d1e2bb785c70d0396b2c1dc919486feb03c359fd8fe 0.00 MB 1 0
84,241 84,241 00000000001454e369a0a2610f96af125fb0efc4c84aebbf35808f6801490f83 0.00 MB 4 0
84,240 84,240 0000000000296177e7da8c919196d09ff1f85be9cc9284138967a83aafcc6dee 0.00 MB 2 0
84,239 84,239 00000000002dc8b486d353d590566e362569b19b62c6480b149f51b648d4a9fe 0.00 MB 3 0
84,238 84,238 00000000001643826f2711f83f38826ff2d0212127f5abf87d378c330126adae 0.00 MB 4 0
84,237 84,237 00000000002880fd53def32478f59b3f78ee8b8ef1e582f5f7d6e59b008a3466 0.00 MB 1 0
84,236 84,236 00000000002a2d4d447ab7e832d9da5dfad8c3f848153b0520b06e286c713d06 0.00 MB 3 0
84,235 84,235 00000000000cebe84db1bdb5cd1e928a9a9db1c9d0d87d20eb1e42500637a04d 0.00 MB 6 0
84,234 84,234 000000000024c7f9e8b7b469441ac19a9463c625e57f6a9328e41ffd5d4aaf99 0.00 MB 2 0
84,233 84,233 00000000001789c1e19bc701d223edaa7c7ac1dc96c541016c466cb8dba3b57b 0.00 MB 5 0
84,232 84,232 00000000000d0b0c29f48eb9c81821e2a0a20c6118a56d6a3923e187ed048f53 0.00 MB 8 0
84,231 84,231 00000000000632a16df3d8e6b45815582be92780da291dfb51ca9bbaf81d01d2 0.00 MB 8 0
84,230 84,230 00000000000a33d8b6f84383496b0ef5338bfc2b6ec9d3387d45ecd26ea6a77b 0.00 MB 1 0
84,229 84,229 000000000014b10ddbaf864bc5048c012a28ccfe67fca0247daed6b6d73dfa35 0.00 MB 2 0
84,228 84,228 00000000000454df3466ed1a613b5383a525b215d92de734ec1d343867e0bf2b 0.00 MB 1 0
84,227 84,227 000000000019599bd4f564fb9fb54ae45599071001a9449a77f3cffd858a8449 0.00 MB 1 0
84,226 84,226 000000000021606785ef133dd8efc2b2790b53c204c96d956005cd6b20294f44 0.00 MB 2 0
84,225 84,225 0000000000306ae8357720e98e662ba70ab21da1e2f0ae7f78a3d7bc265c449c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.93 GB sent, 98.83 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.