Memory Pool Memory Pool Refreshing

3,926 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,434 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (723,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,263 184,263 00000000000008aed626b1931f75adc18357e872e71023f1f1e91b1370186dcd 0.05 MB 127 319
184,262 184,262 0000000000000899fd151e3427d58629ccc3b2f7e1acdfc7a53e67280b734410 0.05 MB 168 100
184,261 184,261 00000000000008531cf7aa96f77184e8723c674aceb6969cb3122fce3ef8109b 0.00 MB 11 44
184,260 184,260 000000000000010f2a6d51658fb8b1c1f8ae63032b1eda8068524ef82d075a73 0.05 MB 83 59
184,259 184,259 0000000000000985a7cca547cbe18d934ea7fbc00c16d6d3601717474db31218 0.24 MB 553 118
184,258 184,258 00000000000003f186d9288dd5890326835a38f22d7e1dc2377be7179ebcda22 0.02 MB 65 201
184,257 184,257 000000000000097dab4e52970bf711ab1688d1d1c35deb3ff1232f210699dfb6 0.03 MB 56 16
184,256 184,256 00000000000000e216ccd5678637ba5de9de236d7a933e5e5e280c9e0ef5dd6a 0.16 MB 429 151
184,255 184,255 0000000000000253b2dae3fc36e45087e51d407968833f95cd880476480b6848 0.02 MB 18 98
184,254 184,254 00000000000006226371fc5415ddda84d4200cf3dada87050a6df84004413ce5 0.01 MB 32 11
184,253 184,253 0000000000000108e086d9e25eb7ea84190dc2a42954509d495bc4184bbe9c74 0.02 MB 11 29
184,252 184,252 0000000000000520321f94584172039a22bf242b6d87aff10d8914dd55ec2d61 0.08 MB 169 168
184,251 184,251 00000000000007d6ed9e80908b20c4170ccf5409b6f53c3f68f13aeed05d3d9f 0.05 MB 96 254
184,250 184,250 000000000000055033ddcd77ca1eec0caf950d7f8f1eb7055c4d03441938743b 0.02 MB 53 21
184,249 184,249 0000000000000391647f9190cd144038764cf9f62e1b0663e8a1b0233ef15543 0.06 MB 106 112
184,248 184,248 000000000000083657907c9af5856cea7657a20430045cb2a8b24108aa4a052d 0.00 MB 11 138
184,247 184,247 00000000000004a776affed53b0713837474ff8b3233ea18f94067ec32b2c1aa 0.02 MB 18 41
184,246 184,246 00000000000003e6510d03373e6a7929edd145085c7a48537b89c9134e7867db 0.04 MB 94 25
184,245 184,245 000000000000002ef263417ef07dffcb9b82d62640c47d4e47d200d04ccb50a7 0.03 MB 52 5
184,244 184,244 00000000000005569f5c184c07bf3dab27779ce316eb9e783a31513fdee0d4a7 0.08 MB 172 116
184,243 184,243 000000000000030b3f1c57d3894ca254504d05b334f777f29de7b5bc9091b010 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.38 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,644.25 GB sent, 94.87 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.