Memory Pool Memory Pool Refreshing

47,085 transactions
34.88 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,145 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,455 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,144 (496,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,247 345,247 00000000000000000c0ee655d1eb197e73c50e5ff40a06546d63040181cc538b 0.75 MB 2,168 41
345,246 345,246 000000000000000010db0f68680f01d1518d0549cb0276f565d08099812e3af3 0.40 MB 771 24
345,245 345,245 00000000000000000a5d6be969782cae63861cd19a0bdc885a3a59ac03e6e3fb 0.68 MB 1,371 27
345,244 345,244 000000000000000014fe0f9bd379ec226e605cf93480cf63a1a4f464bd480ef3 0.10 MB 58 6
345,243 345,243 00000000000000001038bfc05b4e904e246dd82e021d6d1f025530f968cba857 0.61 MB 1,075 25
345,242 345,242 00000000000000000bb15a98f7731febd490f8f0195c21428690759ad07fded2 0.14 MB 253 27
345,241 345,241 00000000000000000fc7bff4e8a3b77e44197e9b98fc4bf45efd52428fe31738 0.18 MB 363 24
345,240 345,240 000000000000000011d6dbfbde95486099f16393d7273b0dd3d062a527f52bed 0.13 MB 232 18
345,239 345,239 00000000000000000b2b68ac66283544ae308a7ed3e080e1e7839ddcee19bc14 0.00 MB 1 0
345,238 345,238 0000000000000000131b8bf44b39d7eaf827464479867e2246b8eb415183653d 0.16 MB 284 22
345,237 345,237 00000000000000000b860accc0e6f9d85dbe990f2ef06532cf9d4c8961f476b9 0.66 MB 1,116 23
345,236 345,236 0000000000000000081c76e1b04901ed44b8f70d9820a038e6c5bcd234b83c70 0.10 MB 89 18
345,235 345,235 00000000000000000d3a97b122da6ad6a97b35b90b8e3f756bf42a63cb9b7ac3 0.40 MB 680 22
345,234 345,234 0000000000000000010df4ebbb0238fb9914fabbff14bebaaf422568c49d2446 0.08 MB 256 42
345,233 345,233 000000000000000011dcc272725b39d04fa5ad7de21416851833106090e86971 0.42 MB 751 21
345,232 345,232 00000000000000000e1cf6dc3b323ecf8783b39fb038b29e1d6553addf97c8b2 0.08 MB 256 41
345,231 345,231 00000000000000000939f02c47f6eceabf16222a446cb01d5a6e74cd8ce1e764 0.10 MB 124 14
345,230 345,230 0000000000000000050bf7539cb112eef45115e850258c7766bca2d472ee2230 0.38 MB 707 25
345,229 345,229 00000000000000000326307b927806f617277c8650b70e66d78eab8323423a33 0.10 MB 156 13
345,228 345,228 0000000000000000129457736c292be013cf7085aeb8c61f15622467c3baa65f 0.00 MB 1 0
345,227 345,227 00000000000000000cda800ccef74fbae8724747a239714d18eea6d5b23d2db2 0.14 MB 181 14
Previous 10 blocks ↓
Total Size: 647.01 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,444.61 GB sent, 42.30 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.