Memory Pool Memory Pool Refreshing

32,961 transactions
45.31 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
841,934 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,458 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,933 (560,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,018 281,018 000000000000000194bc00d9356fd469b9b4432a40dd37a3cf46b5147192a529 0.16 MB 367 49
281,017 281,017 000000000000000140749726ef1e2184819c85533bdacb71247cf7589d78714e 0.41 MB 905 42
281,016 281,016 00000000000000019499316f6a8a0f8478d6d1f9182aeb5ca32e71fb97640c74 0.10 MB 100 15
281,015 281,015 000000000000000141c275728ffc1a46c9e2ab946e3eadb26943f228878e3027 0.25 MB 630 48
281,014 281,014 000000000000000037907cb1da4503f57e66a840fe3d8bb1659291009396ceb6 0.44 MB 640 41
281,013 281,013 0000000000000001cfee50480e82a9fd91bbee46b8ef2c8cbb0dcdfd658eac68 0.50 MB 1,295 58
281,012 281,012 00000000000000009352e19b52af509fcaa4f3346d7c50830aeb56bb997cf037 0.34 MB 632 30
281,011 281,011 00000000000000022217ad2a99be5e2e2599d7648d5347e122854ac51da87144 0.05 MB 170 82
281,010 281,010 00000000000000007626f82198512a846035f453a2f6ebf7379c4766419ca8dd 0.25 MB 739 68
281,009 281,009 0000000000000000d727cba5251202e43fef2fa35b530096820f95aa08daf7b3 0.22 MB 532 48
281,008 281,008 00000000000000009e7d51891b0025e4623aca2c9630ba543a6fc90b23eb5b79 0.23 MB 471 47
281,007 281,007 0000000000000000e0adedd30a9cdce5638bf507c769956dd8563ecfd2ff2a82 0.25 MB 657 49
281,006 281,006 0000000000000000d3b50602c2257982a613a690a471fa6a5019c7d93f261888 0.05 MB 119 36
281,005 281,005 0000000000000000e77efb9345d16ccb69781d90843c163c714ab21c36bb9110 0.22 MB 323 35
281,004 281,004 0000000000000001e940c94e8d05a49e9be4f61308472fe8ca6a277493da0d39 0.50 MB 936 62
281,003 281,003 00000000000000018a755d597de76766fe8619c42f4412c1391cceadd08450e6 0.50 MB 837 60
281,002 281,002 000000000000000226587205b861852a82dee7a6d2dba770a6661186742ddce3 0.50 MB 1,105 36
281,001 281,001 0000000000000001feda2756c7876c916e3aed3168d5423c7c89aa5ec7f8232f 0.25 MB 684 97
281,000 281,000 0000000000000001c1b32d5f6ff09437b1cfdea80c0f316ff4f688fd6db2c2a7 0.05 MB 154 146
280,999 280,999 00000000000000015968f0d7172fd833464a4ce0dd8446dca7fb0296da7af95b 0.25 MB 786 92
280,998 280,998 000000000000000134fdace02b0fe5396684749ed98c7b83c6aca27e8a24ddef 0.05 MB 144 235
Previous 10 blocks ↓
Total Size: 646.64 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,378.89 GB sent, 39.03 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.