Memory Pool Memory Pool Refreshing

5,841 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,934 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (33,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
874,231 874,231 00000000000000000000789ba30dd82d27f42cf5fe89ab2c1082fd702e323ffc 1.53 MB 3,249 13
874,230 874,230 00000000000000000000ee2c819a7284350c72da2971e4596425d3265f12fe38 1.46 MB 3,569 20
874,229 874,229 000000000000000000002aeded38e912c073427ee63078a15196f7b7d97bbc2f 1.51 MB 3,785 15
874,228 874,228 00000000000000000000519b57b0f10731064a081470cbf3b5c0352804595e28 1.60 MB 3,372 12
874,227 874,227 000000000000000000020eb80fddd1eb513a3998300cea5b85c8813667a830bc 1.48 MB 4,511 15
874,226 874,226 0000000000000000000226002c93ca2d0cb45e51fec7220e680207e20c739380 1.40 MB 3,610 18
874,225 874,225 00000000000000000000e21c0827f50912b772017cb5a011f7962a3e2154b821 1.46 MB 5,758 14
874,224 874,224 00000000000000000001922df0a2715517fbaa6d2adc00729add39390b434367 1.44 MB 5,871 15
874,223 874,223 00000000000000000000f1d86029b06af40eac9b073d8a11933a800bfcccd430 1.53 MB 5,448 12
874,222 874,222 00000000000000000001b70947fa2909c53a604e68a0fb710240a45838325c8a 1.44 MB 5,307 15
874,221 874,221 00000000000000000002b0c7263fae285d383472a7d7e0518f7201603e7277e4 1.42 MB 5,383 16
874,220 874,220 00000000000000000001ed9b658e934b9ad4d918007f4131c88a9a8806583557 1.42 MB 5,222 20
874,219 874,219 000000000000000000022c98f8b39ed297cbc12861330e482660c05dfdaba0ec 1.44 MB 4,900 18
874,218 874,218 00000000000000000000efe16fb949b06d888382d28c808a8347bc2b8e56a36f 1.45 MB 5,607 18
874,217 874,217 000000000000000000008954f76eeefef62e3d0a124c60059ee88ae8b427dc38 1.57 MB 4,944 9
874,216 874,216 000000000000000000000e0c9fd46cad74ffda445cd9bd551f27aac8cd18b3cb 1.61 MB 4,465 9
874,215 874,215 000000000000000000018f943616eeabb107b2be9e4e679c8d842e4143c028fc 1.64 MB 4,146 12
874,214 874,214 000000000000000000024a00c5446a754491428c12b564c2edabd4acb3d3971c 1.62 MB 4,009 9
874,213 874,213 000000000000000000029b115bacedec89c005edcdaa6ea02ac45770bbb9646e 1.58 MB 3,297 4
874,212 874,212 0000000000000000000136774f16ca6ad6b4701a04cf9fffb45ebab5cfe8bd3d 1.69 MB 4,182 6
874,211 874,211 00000000000000000002b54422e910b6baff5b65c61f558f7b9abb955bb35aec 1.72 MB 4,533 4
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.