Memory Pool Memory Pool Refreshing

80,733 transactions
37.70 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,949 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,837 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,948 (153,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,909 694,909 0000000000000000000b505e3cdd61f3865a8a8a2c50d8af4e561527a8f4c64b 0.29 MB 600 13
694,908 694,908 00000000000000000007e0f7d7c201df90ae180d7f23cf1ba16960e412432b88 0.26 MB 387 12
694,907 694,907 0000000000000000000a1871dd192ba40e756287464fa764d51c88f71c9804d3 0.20 MB 397 14
694,906 694,906 0000000000000000000194c0901c9aaa19f4907ca84d6b3b9593f7cf08e423e7 0.51 MB 930 11
694,905 694,905 0000000000000000001345ae965712a86e04d6cb48c4c7e759e04a4aa842cf56 0.11 MB 181 13
694,904 694,904 000000000000000000094870eb1e4bfbc56576f3add66258713d02019d0f0eee 0.02 MB 32 12
694,903 694,903 000000000000000000049b02b44f33b6a85a21b494721fcf80a139ec50a8eed5 0.93 MB 1,394 12
694,902 694,902 00000000000000000011fdc2834f19427b8911ab2ce92f4219c2e3081f214774 0.02 MB 62 16
694,901 694,901 000000000000000000121e3599848d866b7b37189d28980e77fbd7248b45d27b 1.25 MB 1,653 6
694,900 694,900 00000000000000000006536ac32a516157d5ab617080f3e0d45e595fecdb9e6c 1.09 MB 513 8
694,899 694,899 000000000000000000077e3650dee8ceedd2d239dabbe6efb9ac3bab27c83398 0.67 MB 948 10
694,898 694,898 0000000000000000000f8a5c553bf7790a8964047b7ad875b3bb6d26b88383fb 1.24 MB 1,534 13
694,897 694,897 000000000000000000129e93893552088559fbf9ff9549cc5eeeb5ddf7fbbec3 1.16 MB 657 4
694,896 694,896 000000000000000000065aca6903044bb98f359cd167d40018d009c74e055174 0.20 MB 400 19
694,895 694,895 0000000000000000000d82bcf019b553a12392b843314e9444edd19f7d6a9400 1.31 MB 1,943 15
694,894 694,894 0000000000000000000bfc11f88a3dc613b81eb6166cc61714add473fe14cca9 0.47 MB 578 23
694,893 694,893 00000000000000000006bfcb4b7db8fdeb2f4df0ff98b9aeebdc54c013d406fd 0.21 MB 184 5
694,892 694,892 0000000000000000000fd5c60e684672867cb2273a1ff64f67a6aca78198e3a7 0.84 MB 1,348 17
694,891 694,891 00000000000000000011897d802ba74ece32b33a807213aabecc2e55a72568c0 0.16 MB 196 16
694,890 694,890 0000000000000000000fc639d07b3b026fb577f4551399a0b2cf2e31985c768b 0.46 MB 712 13
694,889 694,889 00000000000000000008d85215fe31bdf76372b2b877c31612fad6e0b3093286 0.97 MB 1,531 5
Previous 10 blocks ↓
Total Size: 657.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 38 incoming
  • Data Transfer: 135.83 GB sent, 0.62 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.