Memory Pool Memory Pool Refreshing

7,668 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,865 (789,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,238 118,238 0000000000006da8124a9d562aba25a7eb61ed909bfaaacb109965020e440324 0.00 MB 6 0
118,237 118,237 00000000000076f672df2047f546ca81d31e614baa5075b9fa8de1fcd9600412 0.03 MB 93 245
118,236 118,236 0000000000005720ad96bebb47b96f394c0f60906dfbaa5bcbab6510bea0ca39 0.00 MB 2 2,061
118,235 118,235 00000000000033b3310ab11da8293cdb8745f78dca85b2f48072cd7228e45ae8 0.00 MB 12 0
118,234 118,234 00000000000018042905181ee19a4be7794e720495d6600b36a953fd17bfeade 0.01 MB 10 884
118,233 118,233 00000000000066ce7936eef4e22c1b671f2e5350e6745096ec28623eb46e42c4 0.01 MB 13 163
118,232 118,232 00000000000080d0af36d1df15155a3377e7dfd42e70605212a8771570ed6d26 0.00 MB 13 232
118,231 118,231 000000000000594ca9cdec78c010c24317ae8ce48afdaef9ec2d8975130c6fdb 0.01 MB 27 375
118,230 118,230 0000000000003082588ed480d20c091cd23b8c1b80eb3f313e2983c3d9912997 0.00 MB 3 0
118,229 118,229 00000000000098ac5416a37761dfae3d5b4c2668d90d8f2682890fd4805851f1 0.00 MB 9 2,005
118,228 118,228 00000000000038b8adc4019d760f21917dedca69de9f34412d9b11f4ac0d8466 0.01 MB 21 712
118,227 118,227 0000000000004fa101cd5793735ebd2c403f7e88fc4739b26015f95235fc83df 0.00 MB 6 3,872
118,226 118,226 0000000000003e11627e516fcdf6164a62cc2bf94a3f9171169a120bdd55604f 0.00 MB 10 286
118,225 118,225 000000000000a609e5d91ca20c86a067a90a07769a581dfad6280fd6048b71cf 0.01 MB 26 1,013
118,224 118,224 000000000000328788e918b5d4877086ba8c2e10f7bac7521023fd768900a537 0.00 MB 7 438
118,223 118,223 00000000000064a72a614b921f1ad38b3748f2fd3a7098e9ed8dbc087d03c8bd 0.00 MB 4 0
118,222 118,222 00000000000009f13851a5535e51cb0633495014d33b107c5858022f99749ed5 0.00 MB 4 1,355
118,221 118,221 00000000000042607fd0fb7e2c6bfcf3aa16baf205848893ff5a121bb9e374f1 0.00 MB 11 878
118,220 118,220 00000000000027906b7c1ffbc3f2613991795166277369514c054d6b6e88ec58 0.00 MB 6 457
118,219 118,219 000000000000afd063b093fe089c6a207312af99e990a5f0fdc83bfc529c79be 0.01 MB 8 0
118,218 118,218 0000000000007e279a2278a52f92ef19b85170771f4bcbcf47599e7c5f54abc5 0.00 MB 9 860
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.39 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.