Memory Pool Memory Pool Refreshing

58,224 transactions
40.65 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,809 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,829 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,808 (294,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,098 547,098 0000000000000000001b2039c445a1bce5b82dd1f18055b377b618ec0eea1c1f 1.21 MB 2,499 13
547,097 547,097 0000000000000000000cd9b4539c25e514fb18788946635aad326ec2c664264e 1.24 MB 2,825 37
547,096 547,096 0000000000000000001828c5c0771b80ddd4f22ba39c1858d194609edafeb8bd 1.20 MB 972 9
547,095 547,095 00000000000000000022cd6473472d15189b5f3f3aacafc81e861400f363f12d 1.10 MB 2,632 4
547,094 547,094 00000000000000000008ed8e34953c7abc99cc82a4d882849a1c20fcd6dee030 1.27 MB 2,881 8
547,093 547,093 000000000000000000067e443e5b20aa59c1ca2707329246bb80a0132d12fd2d 1.15 MB 2,456 37
547,092 547,092 0000000000000000000d491f2dc9dfb29ec8be094feb01aba1e97f732a235d5b 1.06 MB 2,060 5
547,091 547,091 000000000000000000246f147daa5022b20e6274c5f3850496cc649d3cd76e54 1.07 MB 2,105 6
547,090 547,090 00000000000000000010b0afaa93edd69386c0999cd5044cdb98f2cc578159bb 1.19 MB 2,653 18
547,089 547,089 0000000000000000001be94ade6526f196bf574191d010a05f4d09faadf868a6 1.18 MB 3,034 11
547,088 547,088 0000000000000000001605e19aa6d85b397644e6b6026ea5b27044d63149f11b 1.24 MB 2,781 19
547,087 547,087 0000000000000000000d7f3aa92b99f5a13631f2c81f4e81709b5c331bc84e38 1.20 MB 2,222 16
547,086 547,086 00000000000000000009129c3f2727a0ef10b9fc14aa475f5c2b6047d3e87843 1.28 MB 1,914 7
547,085 547,085 000000000000000000195a75732909c71ce288afaa670dae0f6910c5f133a904 1.56 MB 2,717 14
547,084 547,084 000000000000000000212df6ba52554aac95b143ec9fceca5c65087bfccbe46c 1.35 MB 2,939 29
547,083 547,083 00000000000000000006dfcb7567ba988284b50cd6ef3c6786d1744e239309d4 1.00 MB 1,714 3
547,082 547,082 0000000000000000001861369ba81750af9d6f905a8c460293d3c327a8d30f57 0.94 MB 2,519 22
547,081 547,081 000000000000000000110a328cb7ad8a6972b6c681c875c8e81dfc25613cc7a7 1.10 MB 1,484 7
547,080 547,080 0000000000000000000818ae206a7e11fc5c15d031d547a60f8da5bcb8cc1bb1 1.20 MB 3,492 15
547,079 547,079 000000000000000000213d783ef8bbebb9e3b742329fbacd982bd0e183e0d225 0.84 MB 1,757 10
547,078 547,078 000000000000000000173e45733a34862c44c3ec7a7ced7c4871a149a27c7a34 0.50 MB 1,032 15
Previous 10 blocks ↓
Total Size: 646.40 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,348.61 GB sent, 37.63 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.