Memory Pool Memory Pool Refreshing

46,226 transactions
47.88 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,343 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,793 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,342 (492,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,213 350,213 00000000000000000fc1537ce92b199f23256ed4be93682b7b475bfcdcfdd5e9 0.55 MB 1,122 22
350,212 350,212 000000000000000012038dab052c6b93d431f4ccc946c71876f96e0b7c2eecb9 0.58 MB 1,075 28
350,211 350,211 0000000000000000017c4cfa59e64c7ff4d32e52337066c7f210ee54ffa29fa2 0.43 MB 594 21
350,210 350,210 0000000000000000081ed7cf5289f4a678d17c1622502874296c357c84b0ba11 0.99 MB 1,063 18
350,209 350,209 0000000000000000024a9e60a721bc7e0aac95266acca11f09eaf90c5ee82585 0.75 MB 2,374 51
350,208 350,208 00000000000000000f2104bbe2c1f29fdf873f1a702352f9b5cfa2908fdd199a 0.24 MB 430 21
350,207 350,207 0000000000000000160226f2135c3c38d21046051233173ffe9ff4dfbf6038fd 0.28 MB 505 23
350,206 350,206 00000000000000000fcf83a8f0d662c631e2d6462232bcb1756dfc58f5138d58 0.64 MB 889 17
350,205 350,205 000000000000000000142833223752a4184d470db6bb7c724e3e91d307066006 0.75 MB 1,872 33
350,204 350,204 0000000000000000087182d6e8d87d7114e5392a434b2d75258a117236b5a9d1 0.75 MB 1,294 23
350,203 350,203 000000000000000017400556b3477cf39076da357f0c8d5c9a2e5906b63c943a 0.17 MB 512 41
350,202 350,202 000000000000000017117fd7317a8a6dc39abc55747d7b27f0d16a461fcb7974 0.26 MB 564 29
350,201 350,201 00000000000000000f9e77c173af168f04b1f883ada315fb980a03667d22bf27 0.44 MB 844 24
350,200 350,200 000000000000000008ebf26f102ad01a92b9dfe44e1b41dfffd9a4ed2c65a309 0.17 MB 247 21
350,199 350,199 000000000000000016d6595a9953b5799d25bd1025caac73bf5e62dedef2f0dd 0.30 MB 579 32
350,198 350,198 000000000000000002483df2d47e28b4f6f71cfe3b8c9b0a00e086b7587e965a 0.17 MB 260 20
350,197 350,197 00000000000000000cc6e7bcf34755b0e8ee55bfbd17929c96e8a45448624889 0.28 MB 533 23
350,196 350,196 00000000000000000b4e5885a41c22ca91bf5eb43d6b27038b609bf2392212ce 0.13 MB 192 17
350,195 350,195 000000000000000008223c9ced4d3b161770bda6d19ef6f943df514a2e58044a 0.42 MB 677 20
350,194 350,194 000000000000000007bfe928f029fcd9871b4f01c27b381f4f4fa1d3f31188b2 0.10 MB 302 32
350,193 350,193 0000000000000000090171bb988488ccd0b0b5f04058ab32b58ea75e35650751 0.75 MB 1,411 27
Previous 10 blocks ↓
Total Size: 647.36 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,480.27 GB sent, 45.17 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.