Memory Pool Memory Pool Refreshing

5,521 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,453 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (437,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
469,795 469,795 00000000000000000194a121746fe0f44aa4c8d0a8be617090b5a06f13af3807 1.00 MB 2,066 436
469,794 469,794 000000000000000000276e5c146d064699478d9c7e4d738d75b365ddc38e74dd 1.00 MB 2,091 227
469,793 469,793 00000000000000000130960d787199a7a6ecbf73b6080ebcde2112317ac81d17 1.00 MB 2,341 357
469,792 469,792 000000000000000000ef5d8b513bbb3c6d7805d5d103d8b62ce9ee6b3b334415 1.00 MB 2,231 369
469,791 469,791 0000000000000000005f57dac3fd4fb9aa7ac7a67a1d1e3c1cc87ac8a37ae8ac 1.00 MB 1,710 324
469,790 469,790 00000000000000000049c16a813149c6275255888c8cb63151586f201d74dc0e 1.00 MB 2,256 294
469,789 469,789 00000000000000000164076c6157ded78fbe765ad9ba7488c93d567d660b4948 1.00 MB 569 137
469,788 469,788 000000000000000000a5758fb6c4dea764dc6543d25e66927ee0e645a706b07c 1.00 MB 1,198 279
469,787 469,787 00000000000000000144f2bd6f1470e3509a6f2bb41f4e3c4c208844d475e215 1.00 MB 191 81
469,786 469,786 000000000000000000ce16fcc1229c46e274c8e1d005ea6b999de83d4db80f43 1.00 MB 353 71
469,785 469,785 0000000000000000008f49ea6517e0e7d74791ff09455678d3cb80e1e6899d0a 1.00 MB 1,566 89
469,784 469,784 0000000000000000010a0cf729f8b0fab181ca71ed2640a4649222d94afb7554 1.00 MB 2,278 94
469,783 469,783 000000000000000000d675810c0d24d20bce63f7421abb2e0f9d48588fbc6378 1.00 MB 2,451 131
469,782 469,782 00000000000000000033c012b43c59dc2a0d6f00d66e16200217f309356823e1 1.00 MB 2,025 371
469,781 469,781 0000000000000000006870a54f869b66b66883b8af909b18717f9966a65f647c 0.99 MB 2,043 111
469,780 469,780 00000000000000000171711e8888917c40afdc0cbb2fb3524df74d74357c8116 1.00 MB 1,673 292
469,779 469,779 000000000000000000314d2963d3009251ec6959299a8ee32773358e90eedf2f 1.00 MB 2,345 344
469,778 469,778 00000000000000000032c6bb982bda8fc2b154d29a500302da1ca9672fd340e3 1.00 MB 2,275 315
469,777 469,777 0000000000000000002cf50755bc11430e8b7cf0e87ac0a455971a9b457c44ec 0.99 MB 1,791 370
469,776 469,776 0000000000000000003cef6f874a2c8d04ef2fd756f47f01d16383026f837215 1.00 MB 1,969 359
469,775 469,775 0000000000000000001463e93975fc8c18810ab4db27814251270243711bae0b 1.00 MB 2,096 507
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.