Memory Pool Memory Pool Refreshing

16,314 transactions (3.61 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,177 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,196 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,176 (895,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,797 13,797 00000000c032c9a81edcb900dd3d4f21b326352710cd2d66bbdc99afbf656ee8 0.00 MB 1 0
13,796 13,796 0000000039af039628a68869bd8852e3b9a5912bc6ce1c24466a3ec440461853 0.00 MB 1 0
13,795 13,795 000000005b4379d27be7b404ff03e367c92f3ab4ed5b3e3d4a115e7d7d5d6620 0.00 MB 1 0
13,794 13,794 000000009116e84d6157a5f944358f618cb225a3506e62b6bd91038eea9f5244 0.00 MB 1 0
13,793 13,793 00000000d76131a58099cb52e7c83bb29d3e1605cb8117b331a74e0ee4b35e16 0.00 MB 1 0
13,792 13,792 00000000a69c32ab1cabd34a0e6064364e7a76b8f9de441de23f0a9481a5f700 0.00 MB 1 0
13,791 13,791 00000000f208b5e5dbf3099bd1aaa4dedc53202e2cbcd611d87e0fda32f534be 0.00 MB 1 0
13,790 13,790 0000000094b92c9a6b512a6591b53cf00de7e47fff6b1e66268f7a2375db7ee3 0.00 MB 1 0
13,789 13,789 0000000081969d31a4c8dcae543eb08611b56e21e3cd93451c644a5752d1baaa 0.00 MB 1 0
13,788 13,788 00000000e6d7afbf3ef44d735361bb9684078e714a134e00924d32fc4b25579c 0.00 MB 1 0
13,787 13,787 000000004c9985fbbaf3d8ded2b8d31d0dad29cb40934d91b135656f020a632f 0.00 MB 1 0
13,786 13,786 000000009b634b14fa1eb158ed4bdc15ad575775c4bac68b7229acb42470399c 0.00 MB 1 0
13,785 13,785 000000000c27e3367075504c1b730dca41849a1b845664aac7ae5fbb40055e09 0.00 MB 1 0
13,784 13,784 00000000d2e8e893978b35c940b03697528e148a7c8ec93d94fa29dad9e8dfa4 0.00 MB 1 0
13,783 13,783 000000003a31a2b180bebdfe05edd09acde53ff21e6ba8f428fe6d1827e8ad29 0.00 MB 1 0
13,782 13,782 000000003bab937dbd33d9570533f7439e92d6c04d645581a227c53c4e6ba89d 0.00 MB 1 0
13,781 13,781 00000000b7bc588546e3ef7e16feed6309d96c621055873de66f0c3d21137915 0.00 MB 1 0
13,780 13,780 000000004673efe0eb385c204625791e747cb509d53f68259a93c7486c8747ec 0.00 MB 1 0
13,779 13,779 000000002aca7f0863a05a9c306d7d067e0d86fc094d3d4120173ba65eedf11c 0.00 MB 1 0
13,778 13,778 0000000006f35ee786b1fbfdbb66a44da523d480963bf1d750234931820f46dc 0.00 MB 1 0
13,777 13,777 00000000f89d4db11e799f08ad945c8d6fc5865d84bb0a11bdd699ce4877def9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,984.86 GB sent, 107.07 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.