Memory Pool Memory Pool Refreshing

90,831 transactions
32.75 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,084 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,124 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,083 (589,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,664 256,664 000000000000003161bc48146d7816decb4e32fb97d9321ae5a93cb97f6883d2 0.25 MB 510 129
256,663 256,663 0000000000000016c38330b83b94cea61b4a24a8496ed088ebd7eb7c9cbda278 0.10 MB 253 121
256,662 256,662 000000000000000c5c5bab69900320e6174c5cf41963f6f28a73698a092edddd 0.23 MB 513 73
256,661 256,661 0000000000000026bde016a2e587b4dac9515fc4913678e77373c4b89e152850 0.10 MB 249 105
256,660 256,660 000000000000000928e7b171992e376d4835036b741fffb17fd9c8900449627e 0.25 MB 535 87
256,659 256,659 00000000000000060b82939a80278ad039989dcf3bb9350f9616751b280b79f5 0.25 MB 786 199
256,658 256,658 000000000000001524754d6849cc76164bff974ddcbea24a8f6c5f68b60282ec 0.04 MB 86 83
256,657 256,657 000000000000000aa108b9a1999931d07720429520e0b8a25e246d3d57437934 0.05 MB 129 151
256,656 256,656 0000000000000016cbf6409feece21d3df1ba9a70f4e99881102a719d172ec71 0.13 MB 275 98
256,655 256,655 000000000000001dde23df333580c04f6cdc664e4c7f91a112e98d73c64c3685 0.04 MB 106 124
256,654 256,654 000000000000002945ab5eb00225809681b91a5a5ae509e0fbfd3bd60a3803fb 0.04 MB 58 53
256,653 256,653 000000000000000aff0bf03a4a8a63ef8504a590aeacb497884a05ab7494f312 0.04 MB 71 55
256,652 256,652 0000000000000005bf9d5ca3e878944f4b0d42ccadd99d88aa7f95e7492d3892 0.06 MB 103 37
256,651 256,651 000000000000002345cf7d0b4287ddbfa2624def3d0fd748889c6b3808e945c0 0.25 MB 177 17
256,650 256,650 00000000000000278fdab77779607469690400e0dcc6ab4df9911cc673430d8a 0.50 MB 1,048 55
256,649 256,649 000000000000001f2b2c816aedacf595253ce258798b10575b565633abb89cbb 0.25 MB 435 95
256,648 256,648 00000000000000288421b57949e963b824cc073591dd940944fc929ca14cb1c4 0.25 MB 826 192
256,647 256,647 0000000000000022a7aab66a57a837ad32b8b7b4f56622a5d3a09bae735d44c9 0.25 MB 568 114
256,646 256,646 00000000000000050ea832acd5bff840cf01a12fa68a98c56e20efe58baf8485 0.25 MB 416 55
256,645 256,645 00000000000000046e8c23471f3ea73bb79674742d44255240594a0512864ca8 0.25 MB 667 146
256,644 256,644 0000000000000008706fb682060e6fc592f297528382559889ee02aa211d537a 0.25 MB 729 75
Previous 10 blocks ↓
Total Size: 654.38 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: 9,369.16 GB sent, 88.52 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.