Memory Pool Memory Pool Refreshing

2,739 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,724 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (154,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
753,580 753,580 00000000000000000008b824107fc5499635f1eeebeded8ebe80ff4edc551843 1.16 MB 1,534 10
753,579 753,579 000000000000000000032f05e208986be67b445924bb5504d61e2997fa95277d 0.10 MB 198 10
753,578 753,578 000000000000000000014c4d294f75b185ffcf1730a5990a68cdb9d73a6e273d 0.61 MB 694 9
753,577 753,577 000000000000000000035cfbc007f392d09aabc5a55114aa440aab9e367381ed 0.90 MB 177 2
753,576 753,576 000000000000000000050caf45cfd8665bff43d2e76da606d6b77baf33b71dfe 1.60 MB 2,072 9
753,575 753,575 0000000000000000000790c4bc196ca7cb3e1f97b74d0525bd1def07ce632c8c 0.22 MB 418 9
753,574 753,574 0000000000000000000483e0296601d73a080bfaf7d4034e5f1f442083551e48 0.20 MB 269 8
753,573 753,573 00000000000000000007483ce725d2b04b5ad652d77621eb895843c984da1061 0.18 MB 272 8
753,572 753,572 00000000000000000006f85cc329a5f4a0cabb444e494e6fc64710a533172fe7 0.30 MB 282 7
753,571 753,571 000000000000000000025107c44cf0048a93198b5c1baa2504433b536351ec5f 0.30 MB 216 7
753,570 753,570 00000000000000000007a80b92a824698e52a95f83963a39309fd202c70aaf3a 1.16 MB 1,357 8
753,569 753,569 000000000000000000085172167d7e2d20236f9bec5ddccad5f14962cd3e97c9 1.00 MB 941 7
753,568 753,568 00000000000000000004ac7ff23509d872c1571a2f3b804111030c2e8c264911 0.36 MB 304 9
753,567 753,567 0000000000000000000696c83241a3f71415c8240b83c726342fcfc0a1a2a54b 1.10 MB 672 4
753,566 753,566 0000000000000000000667b7938dc5c8c50355ebb69c5e620f1794ab520c037f 1.31 MB 1,154 14
753,565 753,565 000000000000000000071769b7b4a2476670877f8953d8aef9b8ec7eb5a0dc4c 0.27 MB 313 7
753,564 753,564 000000000000000000078a3f66a5baa130683d31185b876f87dc7ed7a972f262 1.09 MB 1,646 9
753,563 753,563 000000000000000000001a634c71cef44a85f94eb65de0f325fb783781a47bd0 0.44 MB 710 10
753,562 753,562 000000000000000000078679f169fbba2e93428fdbfb9f7f78a8111d81367b06 0.22 MB 443 10
753,561 753,561 00000000000000000007012774043aeb3045306a07f9a734313952a2009c2f8b 0.63 MB 731 10
753,560 753,560 00000000000000000004c5340a3e65162b01c530a320758011a403e987801d1b 0.09 MB 118 7
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, 113 incoming
  • Data Transfer: 1,634.76 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.