Memory Pool Memory Pool Refreshing

401 transactions
0.10 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,017 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 401 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,016 (775,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,616 132,616 000000000000084483b5c5a978de37b5479b8e302bee90eedbf173a1b49a466f 0.00 MB 8 121
132,615 132,615 0000000000001181368d93eae21ee84dfdf939785c880c42bcb277d66043f611 0.00 MB 10 407
132,614 132,614 0000000000001285ddd127154fde5ab4438ca05610e34f8251a9d114024aab8d 0.00 MB 12 290
132,613 132,613 0000000000000516bab70802aa74fdb782a04358c5eabf8b00e0b2de8fcdc8a2 0.01 MB 32 484
132,612 132,612 00000000000001bb116b38573d07de95152eea72dc88d13dd66044672abee8ca 0.00 MB 9 935
132,611 132,611 0000000000000ed539be4e92162805286bf7d27d593d2a1512581c2faae67642 0.01 MB 44 274
132,610 132,610 00000000000002a8276802b1d5e8218e2542703934b7b98a70af4d7acfd522c8 0.02 MB 48 539
132,609 132,609 00000000000008a5845fa047f134830283997afe6bdeded3f7b425ff055de300 0.02 MB 45 1,608
132,608 132,608 00000000000008d63f3e4f519fd48170263cf7e8829e05a6cd82c0b6d3872cfb 0.01 MB 9 800
132,607 132,607 00000000000011b7bd612bcd3c2cf37015bbf09084110dd58d0374bf3418043b 0.02 MB 45 157
132,606 132,606 00000000000012647c43a1da19ee028b63ede8d24d958693e8a26ffe07234b68 0.02 MB 39 814
132,605 132,605 00000000000009f864ab9cdb9d919ac43f225fbe420d3e5cce9663cb5bf3c1a1 0.00 MB 14 447
132,604 132,604 0000000000000cbef11aeaf956878e3a714ee11d442c5ef743d46ea9067e0116 0.03 MB 78 531
132,603 132,603 00000000000005b97150e26b44dda8dba07e0c3d056ebf2cf4b7f04efd0903a6 0.01 MB 29 422
132,602 132,602 00000000000006f0bc77bf82096e824d28b36ef1c22f172b1313e9a54124d021 0.01 MB 20 1,064
132,601 132,601 0000000000000d54560c73ed2bbf8aa65ae70acfad0a710c26a51eb14443a5bc 0.06 MB 189 340
132,600 132,600 0000000000000e2583a45a36838c3527799d4b570be1efdbff66f4c9e32d99a3 0.01 MB 18 1,482
132,599 132,599 0000000000000cd92e6d508381f552f4aba5aa82eef7b0f4edfa3dbe723705ab 0.01 MB 13 187
132,598 132,598 0000000000000b093a5f0688e30c6ebc992d02d10601ff87c7063aa438dd1aa7 0.02 MB 61 915
132,597 132,597 000000000000012ef07423bb5b4c1f0c62f57a2ab83d0a9899b715b708d78090 0.04 MB 119 440
132,596 132,596 00000000000012366db0855cddf1d62150087f76379f718d65d13ab93c7b3e55 0.02 MB 23 878
Previous 10 blocks ↓
Total Size: 769.58 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,650.50 GB sent, 95.81 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.