Memory Pool Memory Pool Refreshing

10,465 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,481 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (600,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,848 306,848 00000000000000002a76c88f192aac69c291dd34d6b967454867e08c7df18bee 0.23 MB 315 36
306,847 306,847 000000000000000018f0d1b408322c50bd4799f97c27f3caebe81aa034b6583f 0.02 MB 41 25
306,846 306,846 0000000000000000282f283b3f2d0917db9fb48b112d80eb0a128f7a8d2de9fe 0.24 MB 488 36
306,845 306,845 00000000000000002be1835dcb673478949b71815c7d7d69de22ed612e6b90a1 0.16 MB 256 26
306,844 306,844 00000000000000000140b436ed5c85900ecd0c5adbb181371b876a7b4d869acd 0.33 MB 640 30
306,843 306,843 0000000000000000115be7b1fd2c5eb19d05505acd9f9982730744bfddb639ca 0.09 MB 205 32
306,842 306,842 00000000000000002d001cd41dcae46ba4dc664651d3dee6c3a5a2510e9f4a24 0.03 MB 42 6
306,841 306,841 0000000000000000138cd7554effbc46fac3274c78db01b54910b00f19ef2253 0.26 MB 418 27
306,840 306,840 00000000000000003dbc844ba5b96e41d3c8567727be21829aefb0f429f86e66 0.20 MB 444 34
306,839 306,839 000000000000000006f42f6d9a9bb5cd41c734f213790506d8af62e4002e141b 0.08 MB 40 14
306,838 306,838 00000000000000004b8252d427e6e5daa5b3f19e4874491d8cde759ddf8b4bf5 0.35 MB 797 38
306,837 306,837 000000000000000013f14c8393b19df3b703b2312b4492b888d626ea94cf4d7a 0.07 MB 187 35
306,836 306,836 000000000000000028e72a48f72a3d744291d93bbe3891efc542698b3757a112 0.27 MB 504 31
306,835 306,835 000000000000000047bcf7c9b4cb1e9b19feb200d4f2474fd1543f8959965523 0.22 MB 334 27
306,834 306,834 0000000000000000185cbc05b37ec3d9f45ac2c446509e79ed6437329be29a85 0.14 MB 225 26
306,833 306,833 000000000000000043b575e610f5f73b36a2ddec82e82a0116117dcbf6089689 0.34 MB 575 42
306,832 306,832 00000000000000004d412ca93b6981c2fd8f677e02a0ddb40249e22cf3f9c616 0.04 MB 75 36
306,831 306,831 00000000000000003435812c4912f3f744dbbb17881cf9c5e4ad711bacd8ed42 0.07 MB 107 25
306,830 306,830 0000000000000000244a47de518d1d79ba925e3179af8b49cfe8415026c86d58 0.07 MB 106 26
306,829 306,829 000000000000000037a4332b481c5cfc5a3348325a69ef8745dd1bed12ef150a 0.04 MB 94 28
306,828 306,828 00000000000000002180c868c10f805635688144d6662eabfff1b15a2519f9ef 0.28 MB 494 32
Previous 10 blocks ↓
Total Size: 769.01 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,621.45 GB sent, 92.91 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.