Memory Pool Memory Pool Refreshing

971 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 971 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (438,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
469,805 469,805 0000000000000000006e46192aae32734365c0179e820c3d736a57a31fb12628 1.00 MB 1,909 260
469,804 469,804 000000000000000000210f3108b9395c48d8a59d53488552baa8427e3509b7e8 1.00 MB 903 145
469,803 469,803 0000000000000000004cc988273bb885ba3b0f73be40edf2c73f3408c86a6421 0.09 MB 217 116
469,802 469,802 00000000000000000059c1acada262cb92208ffc1d388ba5a3f125d8f310a672 1.00 MB 2,278 311
469,801 469,801 000000000000000000cea9a1fa73edbb4f42f6f264b951662621fe76f0308901 1.00 MB 52 52
469,800 469,800 000000000000000000fe8cfd8b1ca320d15e91eea14d9fdfca801246b64443ad 1.00 MB 874 133
469,799 469,799 000000000000000000a4ca72fd622a16ec8647d5e9018867091567aa5c28f327 1.00 MB 90 56
469,798 469,798 0000000000000000006e5b9fe480b31e2851110857bbbc1e6621af67f9317e4e 1.00 MB 47 52
469,797 469,797 000000000000000000b34cc8f088b1d79004dca13d425a9635e720d4530cdf03 1.00 MB 1,408 157
469,796 469,796 0000000000000000013f08a244d3f2e4a47ce278d6fb1a058d8640d289c7493f 1.00 MB 1,806 157
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
Previous 10 blocks ↓
Total Size: 769.23 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,634.79 GB sent, 94.08 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.