Memory Pool Memory Pool Refreshing

56,683 transactions
34.61 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,105 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,482 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,104 (434,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
407,309 407,309 000000000000000002fe8aebdc9cd15124bf1872eaf95f98658a80adf9b19c7d 1.00 MB 2,565 50
407,308 407,308 00000000000000000030330ede2c360523862aeb9206dddbf208705c966cea3f 0.93 MB 1,524 32
407,307 407,307 0000000000000000028b89944d9a44e1300e7d29657d6c1b4de779a612a5c081 0.93 MB 2,361 58
407,306 407,306 000000000000000002422474886afe430da66585abd53b7f73e584066b71823b 1.00 MB 854 24
407,305 407,305 00000000000000000079f7cc19b77388945dcb8e38a08eab2827ba17c7e009ce 1.00 MB 1,581 32
407,304 407,304 000000000000000004af272cb846d8cfa60ec1d2f148866d245df0cc4ae9fae9 1.00 MB 2,234 43
407,303 407,303 0000000000000000039b0300bfe775aa69b904785391552365bc2bbfa00cada0 0.99 MB 2,750 68
407,302 407,302 0000000000000000004cf64a18cdba208b059a4f344d5fb99a8c94c63de5b836 1.00 MB 2,765 54
407,301 407,301 00000000000000000204a39a801a2642640ad58c6c82f69360e265bc8380ba83 0.40 MB 582 23
407,300 407,300 00000000000000000274792bd3ecb0f646893b05e00320301a8013880139cf27 0.41 MB 519 25
407,299 407,299 00000000000000000571b362cfcb75792b230f84ef331c933d0d1aa6b4926aa5 1.00 MB 2,518 44
407,298 407,298 000000000000000000ce0f062ef8ba1b6593984e828b7c90af0f1429772cb130 0.84 MB 1,776 40
407,297 407,297 0000000000000000004db564cbeb045c9d842e0016f2507378ebc57417ed5aa8 0.17 MB 139 17
407,296 407,296 000000000000000000b6e49725c0232066984c1df7a5fd2a17e120e1233a803f 1.00 MB 2,433 49
407,295 407,295 000000000000000001cdb7ebe27de671b1b92d5872e12428d3cec78c1c4f233b 0.74 MB 698 21
407,294 407,294 0000000000000000051e995105f5663bbcdfe99557e4dec6cf63af8c20212f12 1.00 MB 376 13
407,293 407,293 0000000000000000040520a3ad0db12ff742e2ed2efc7ccf2f1c0363c5b6befa 1.00 MB 1,554 24
407,292 407,292 0000000000000000035c74b5a3534195881446a34d3c97363b4af57379dbc15b 1.00 MB 1,952 38
407,291 407,291 000000000000000003110a4d3a426fd78e053cf0527d263a579780f85014f425 0.99 MB 2,182 36
407,290 407,290 0000000000000000023728f668cc15329700a0db985c7e11f98c481c8019f202 1.00 MB 3,397 50
407,289 407,289 000000000000000003be0ebfb751c29daf4eb4b90e6a77996d1838f2ca9d38c5 0.99 MB 3,525 92
Previous 10 blocks ↓
Total Size: 646.94 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,438.65 GB sent, 41.68 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.