Memory Pool Memory Pool Refreshing

5,955 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,624 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (5,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,393 902,393 00000000000000000000cb824a1a801548cb2574151d099dc9266bc80cfb767f 1.18 MB 764 2
902,392 902,392 00000000000000000001e4967f07bf24c7f935d2dff88618e9ebb950c7a33c0d 1.24 MB 1,096 2
902,391 902,391 00000000000000000001897231c3495b7e3528b83ca14f66f0d46c94a9957e66 1.19 MB 724 3
902,390 902,390 00000000000000000001973ad23eed8cdc089ef1c154ac34074f1051fa1bc37e 1.08 MB 355 2
902,389 902,389 0000000000000000000075cddc66c2fa60ec2ac52f8c338f3339dbe45561e6ae 1.33 MB 1,300 3
902,388 902,388 0000000000000000000037f77e4695367ef79fb6de7d0a26a33fed09b8f79d2a 1.32 MB 2,072 6
902,387 902,387 0000000000000000000118537a83f43181d1a758864d4fbed2c60039ab6943a1 1.45 MB 2,417 2
902,386 902,386 000000000000000000001155b0612281343ead5c8019922d809bb91bc2e183a8 1.62 MB 2,852 3
902,385 902,385 000000000000000000015c54eb3f2341d4ec6fbf8e9bae848aab5b1da82e2fb6 1.69 MB 3,754 2
902,384 902,384 0000000000000000000167d7ee79cee7525729647a1b30dc63a5e853e4d2cac6 1.74 MB 3,802 1
902,383 902,383 00000000000000000000808828924e5c4cfebbc5bade84984dc8619f7377428a 1.45 MB 2,061 3
902,382 902,382 00000000000000000001256d034368021f2d1d2f3d992a42783468fb315d4bcd 1.49 MB 2,317 4
902,381 902,381 00000000000000000000e3f633e7a9212a010276b429a844521e241bad02d5cf 1.44 MB 2,491 4
902,380 902,380 00000000000000000002367f8d5cbdd592451807d4c3cadd8ea814cbfa02da79 1.48 MB 1,888 3
902,379 902,379 00000000000000000001b6306622c057447fa170b2dab332896f973d097bfb50 1.52 MB 2,564 1
902,378 902,378 000000000000000000005d74bd8bba65ff0c8c1b7f879c2f526bda1c8e30db92 1.19 MB 606 2
902,377 902,377 000000000000000000005e9c485d2382b6e4712796521726180174727cb6d8f8 1.49 MB 2,325 5
902,376 902,376 00000000000000000000aa3ea1c61e8bd8dc50d23638d09c13de133e284c3883 1.21 MB 1,009 4
902,375 902,375 00000000000000000000fe64de404b04b75742e32330f653d1de81efca4311dd 0.15 MB 375 2
902,374 902,374 000000000000000000003253d6f522c8c5e07b5e08b3b0d89dbd064c61a34c7d 1.10 MB 1,714 3
902,373 902,373 000000000000000000006e44a34f61691c07d8ff56e72f91e76e1ee72e4a5b4b 1.73 MB 4,518 1
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,631.79 GB sent, 93.57 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.