Memory Pool Memory Pool Refreshing

6,241 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,960 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (354,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
553,721 553,721 0000000000000000002768032d95c351a5dc5bbeed4ecb10fcc3a5b91300c25b 0.07 MB 166 25
553,720 553,720 000000000000000000067092cea7395a838aa73f27bc252db20b80ee2d6d130d 1.09 MB 1,503 8
553,719 553,719 0000000000000000002defd79bef93f581b92438c4703f9dce5edc3c78661392 1.24 MB 2,607 17
553,718 553,718 00000000000000000003d01e5f8c88c9b463569da04f90d76203969e4b57e56e 0.56 MB 1,036 11
553,717 553,717 0000000000000000001ad5756af181e9fef0f05a540b8bbe8ca6581489178e2e 0.14 MB 353 14
553,716 553,716 00000000000000000026681a4c9028d568100206e0ea29771b58ba59d6fccae9 0.37 MB 478 7
553,715 553,715 00000000000000000001fe262248f6370f6f7e7496b8930faf0be679feddbf06 0.73 MB 1,028 22
553,714 553,714 0000000000000000002be96a0b3881979a43836fe6719f41be0bc25d35294803 0.09 MB 173 18
553,713 553,713 0000000000000000000e2b827d9f3a3c0a5ce033d531b78fe549586412602fee 0.75 MB 1,299 13
553,712 553,712 00000000000000000028dce4c62613d9bc944ec1c3a256b2dcfdbb073a81abd9 0.87 MB 1,691 13
553,711 553,711 0000000000000000000e6bb606e525432933e8bf2b53f6b41424e07a3beab57a 0.71 MB 966 20
553,710 553,710 0000000000000000002721facdf7536e2058967e09d15ed227cf0f2e3b48f2fc 0.98 MB 1,002 12
553,709 553,709 0000000000000000000cc68acdac638e9a79a25fd742173e5956ad295c24d447 1.29 MB 2,289 11
553,708 553,708 0000000000000000002189cc8fb44a066fc29b78cbcc2a1365103f0375f9c43f 1.16 MB 1,818 18
553,707 553,707 0000000000000000003163224b481ab31e229aabd9ec47a1d9f4aa020ffcd018 1.14 MB 2,320 15
553,706 553,706 0000000000000000002523b28481bef283b61f3a26867053c646f64b8ba033b6 0.49 MB 1,262 13
553,705 553,705 000000000000000000220aad1e9e53840f1e5ce253939c3dd7205398d1a0b7d5 0.07 MB 205 14
553,704 553,704 000000000000000000167a93045cba926868b56781f498a67dd01f93f9a754bb 1.16 MB 1,236 3
553,703 553,703 0000000000000000001d14041855dbcb80011cecb7b6105f0c0240b003bbff92 1.35 MB 2,644 8
553,702 553,702 0000000000000000000c40955657d0a78d80ffe660c67098d0deb7b9010e7a30 1.35 MB 3,338 30
553,701 553,701 0000000000000000000a10710c26634b6723b40c9f5a7a200007077d6a288c77 0.64 MB 746 8
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.87 GB sent, 93.05 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.