Memory Pool Memory Pool Refreshing

704 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,668 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 702 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,667 (896,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,019 12,019 000000009e6dfd1e98ea3dc795af64c7ad6e42a133daf0d272e62e2c5202a244 0.00 MB 1 0
12,018 12,018 00000000c807c50d45b553fddb070afbe79fea42f378dad592ae283db729427c 0.00 MB 1 0
12,017 12,017 00000000f7a36da2655c8df26ebda9714057cf719850a978ad244aacda19f7c2 0.00 MB 1 0
12,016 12,016 0000000091713079756c33b7ac461fc266362b80b4657cd67651d745839ab538 0.00 MB 1 0
12,015 12,015 000000000c2946301967140cb16e36d7e5c63a0d342b467dd0cc5fd47703cb7d 0.00 MB 1 0
12,014 12,014 0000000035d323280ecc4da6c7d714c61b42ce542a3493af8f99e829bb409987 0.00 MB 1 0
12,013 12,013 00000000c2a08db4c1e01bdbcfed0a50702365932c873e34168ab0f6e2b040ce 0.00 MB 1 0
12,012 12,012 0000000073ffa8f0322c11e68837df43896d69dc7e1054ed4fdad46d38ae217a 0.00 MB 1 0
12,011 12,011 0000000012c2c7ae332c8eaf61c84615a2463e73649f47de1c64fe6666202416 0.00 MB 1 0
12,010 12,010 00000000c6b7bff1421be24f26324d9c3c0e19b41903aa62a3308cdfe1b972fa 0.00 MB 1 0
12,009 12,009 00000000b56dfd77b27446c5ce37b36136034e4de79eda1c1ba55f743e81a1ce 0.00 MB 1 0
12,008 12,008 00000000a2d14165a587266aad50bf2d69e8f7b1d61dfa462a8e2087ff619126 0.00 MB 1 0
12,007 12,007 0000000080088948c28ae3a808545e7e170d25027f50af3da9249831e414b5d7 0.00 MB 1 0
12,006 12,006 0000000001cdf36dc78cf5f1f486064a1c60d873f97ba3af9abc56e973ee1632 0.00 MB 1 0
12,005 12,005 0000000045a447acf5ea6b56333ee6ffd6a7e5ce2a67342340e5bf3ddc8c1c76 0.00 MB 1 0
12,004 12,004 000000009b7046d59900dd75a91dfb0411a48be21198b7c908ab18495d5d4a87 0.00 MB 1 0
12,003 12,003 0000000024c4608a5c2ae76e2188aab949ea895fcb3800d48db32c2de73c3e9b 0.00 MB 1 0
12,002 12,002 000000002265b70bfe04bd32c422aa04eb29e772211464e93dc218893fa5e99d 0.00 MB 1 0
12,001 12,001 000000009bf236ddb082304d8ad0954cd3292792c4958b643f2ec3c1ac3f026b 0.00 MB 1 0
12,000 12,000 0000000011d1d9f1af3e1d038cebba251f933102dbe181d46a7966191b3299ee 0.00 MB 1 0
11,999 11,999 00000000e99358eee10e0f3938aa83ae2ace7b0e586d39483a45465db5209e68 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.34 GB sent, 101.65 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.