Memory Pool Memory Pool Refreshing

52,154 transactions
47.82 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,226 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,349 48
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,225 (467,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,529 373,529 000000000000000007f82332860f4f553ebb40e49a7905f408fe2fec6a33b7f7 0.91 MB 156 3
373,528 373,528 00000000000000000ff31cc38db4bd28e309bb076e1355446aba55f085d0c369 0.94 MB 292 6
373,527 373,527 0000000000000000008e710ca240ee6eb6bdb077bb21ab48ca5c0afe71cd687b 0.00 MB 1 0
373,526 373,526 00000000000000001073f6d4a8e6891e220e150a256b8bfc36330fb1079c3596 0.16 MB 337 41
373,525 373,525 0000000000000000097aee3c66ade8699f663ceb1a30f9fce15ba7e9b53d7d45 0.91 MB 403 11
373,524 373,524 000000000000000011c2cc0f14c6a353176ada0bc844d4ce96f4671035c37a5a 0.16 MB 289 33
373,523 373,523 00000000000000000f2afa4c44996f3189f259729c06fb9a4ae5f842329ae92f 0.57 MB 993 57
373,522 373,522 0000000000000000108aa60c14d9892372d8624d6c4d4206e8f73e8b8ead8865 0.28 MB 561 38
373,521 373,521 000000000000000011987e5b6d468124d71307322a05cc28d5acd441121a301e 0.60 MB 854 30
373,520 373,520 000000000000000007c96ffebcc564f9c1175e68a074bfe63bd0f7a4abcaee93 0.27 MB 629 38
373,519 373,519 0000000000000000033cae150e699755786602ecc99e84117b1a8bf8a33d2579 0.93 MB 1,795 34
373,518 373,518 00000000000000000119fba0b1729cf8a54ecde4dc445c7a841b48eb5cf10f97 0.32 MB 562 36
373,517 373,517 0000000000000000129d21cc6fdf39041dbbe25492ca3c47b27aefb091f57d4f 0.91 MB 179 3
373,516 373,516 0000000000000000037637be76126ec35d10960f79ae389168fa2569a6717ab8 0.74 MB 525 13
373,515 373,515 0000000000000000052b74917868223d991da3b08bcd861d3d3b2594d0b3de78 0.92 MB 634 14
373,514 373,514 0000000000000000069d7c61dfab87baa5bf7983c607f8d74f266054fc01c214 0.99 MB 676 15
373,513 373,513 000000000000000000b6e3b4a0d63ae98a9309d62d57548943476fd57b1f3fd3 1.00 MB 301 4
373,512 373,512 00000000000000000167ecd1a209510e29048d87a618d9cee659be459261bc09 1.00 MB 1,617 25
373,511 373,511 0000000000000000056bf27e8460c0edf45a4c08750b4d560de91002e4a88bb9 0.91 MB 387 8
373,510 373,510 00000000000000000fff48f4cfb77630269e686916e75a6bd187f4ca993a590f 0.92 MB 391 10
373,509 373,509 0000000000000000105398f8981492476ac378e80637daac11adf11e413bb54d 0.99 MB 1,613 33
Previous 10 blocks ↓
Total Size: 645.30 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,231.65 GB sent, 31.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.