Memory Pool Memory Pool Refreshing

102,379 transactions
29.22 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,784 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 5,912 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,783 (682,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,269 184,269 00000000000008313cd163acf9b5dd43481e71ee5cdee4294f109f6bbc09e8cf 0.05 MB 138 141
184,268 184,268 00000000000001dd2a23af91272d483133ff8ac7d798c01c18c8bbfa64eb2ff3 0.25 MB 810 166
184,267 184,267 0000000000000496cdb84412dab50968e40a905edd2d464612f298aef1b40851 0.05 MB 140 126
184,266 184,266 000000000000053bb793f96e1e512201b58801845c68ca64c716b702b1dd9064 0.42 MB 1,068 142
184,265 184,265 000000000000056e02d8de4d183eeb8db2ee8ae2f1be4595f82777f17c52818e 0.36 MB 1,024 158
184,264 184,264 000000000000058491662a782684d2481cc5849180da923d59e59fdcd32b6ffe 0.25 MB 632 131
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
Previous 10 blocks ↓
Total Size: 693.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,869.69 GB sent, 166.50 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.