Memory Pool Memory Pool Refreshing

8,118 transactions (2.78 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,902 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (829,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,420 79,420 00000000002b2997dd6d60a5e690e5d69e897e7c3f280c8749c56e5212d50c36 0.00 MB 1 0
79,419 79,419 00000000003bf6989b33313a0a5a3d62aa888a50ba838a7e00ad1687bb583044 0.00 MB 3 0
79,418 79,418 00000000000d3321549b5a10b2d0398ae146afe0a6243249d0b325cb9177653e 0.00 MB 1 0
79,417 79,417 000000000021ffbbcbf4d66b5e358204a6aacaf6f152db64f8958efbfc733f33 0.00 MB 2 0
79,416 79,416 00000000001659ae97bbc69d7b631c1af7025af08dd0242a443d7e3cdac71d47 0.00 MB 3 0
79,415 79,415 00000000004388840a431c37d3ae1533930670a69c371d923136c183a59391db 0.00 MB 3 0
79,414 79,414 000000000008e03dd814422de25f5dd590e518d6436fcd94696de73ed8e3124e 0.00 MB 2 0
79,413 79,413 0000000000087e9041bded7c6862646d6aa0461beb08b03bfd89faec756884d8 0.00 MB 2 0
79,412 79,412 0000000000356e96baba625d70f8be06e348c746d782e2f18746bea435e25a6a 0.00 MB 1 0
79,411 79,411 00000000004eada8bf42e7426ea37b9cbf73620d4b9866565fa155f0543e24e8 0.00 MB 1 0
79,410 79,410 000000000027c6d1689a4ec9cd475c1d4f2e9ff8ccef0de8e82b0299265f6ae7 0.00 MB 1 0
79,409 79,409 00000000004bd3121bc2ad7b04ea2080e0d0f4aa16b53f69db786d539f4427f9 0.00 MB 1 0
79,408 79,408 00000000003219cddb41be7d895dd930bbb3e177b258ff17f827df4ad1676f0c 0.00 MB 1 0
79,407 79,407 000000000014afdd41e2ac33eac21f81038acadccbeeeb05d201ef65e3fed8bc 0.00 MB 1 0
79,406 79,406 00000000003424bd797137dd47ef067ff77a5375074f64996164f3d2e79f5fed 0.00 MB 5 0
79,405 79,405 0000000000375b41fae2d9676b505cdecf5ab848ef4c6d84b451d15eeca77950 0.00 MB 13 0
79,404 79,404 0000000000410c3b3f166d11d89d926cb387d0e24c451f2f3fedd03f8ae89149 0.00 MB 2 0
79,403 79,403 000000000022d630e5912299053e84b601bcefecebf6b491805c290280571326 0.00 MB 3 0
79,402 79,402 0000000000328bdeb64d242498b70ff9dbcd341b61505436fcc9e9b1caf77d0f 0.00 MB 5 0
79,401 79,401 0000000000539783559ffe9cf1d7fdc316e52ba267cc9e4ca20cb4ed83d27af5 0.00 MB 13 0
79,400 79,400 000000000021d821ec06be7173f413690bc5c4bc648dfa70b3b6763236f055b7 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.92 GB sent, 102.79 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.