Memory Pool Memory Pool Refreshing

12,281 transactions
3.87 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
908,577 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,616 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,576 (826,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,703 81,703 0000000000392853788e5d98dd4fd674d939843d4422cc9002387e1f5f042bf1 0.00 MB 3 0
81,702 81,702 00000000001fa9fe975170777c2f25ecdf458ac7b4ccdeb75e17d1ba3257a5e8 0.00 MB 2 0
81,701 81,701 000000000036a968df95c0a808630ea27f492178633bd3731d9178c9fc65a04c 0.00 MB 1 0
81,700 81,700 00000000003b2292575c4277eff80d0ce5cf7df28942724ec4c8e57bcba763df 0.00 MB 1 0
81,699 81,699 0000000000102067fe0794efaf0f5dd4fa5502a39c8972be5f91ce9fe4e3caa5 0.00 MB 1 0
81,698 81,698 000000000024d4d21fac029302ea9a442f66605f0aa1ecb764ee6a77647181cf 0.00 MB 2 0
81,697 81,697 000000000009242fb72240b04fe17194e0be2bdb69a03db951c9be8ae6da346c 0.00 MB 1 0
81,696 81,696 00000000000f1ba4afbb3bb256f5e6957bfb1a402ab322af4b6918c0e4dfbe86 0.00 MB 7 0
81,695 81,695 000000000044f10a4f84522f0bd52502882c58b70e285c933ecdb7e258e4514e 0.00 MB 2 0
81,694 81,694 00000000002cfe27de6fdd322b15edb384ee93f10c162004b64114c161b8d540 0.00 MB 4 0
81,693 81,693 00000000003ea6e7aee8a7b90008b33025cb383c932e57da6ac58f387ad3dfde 0.00 MB 1 0
81,692 81,692 000000000038e146d1882107b4516de719642d7659638b7c336d464f1842e4a9 0.00 MB 3 0
81,691 81,691 00000000002ae721be055a6bca59402a541ebe7a6fc39771c1739df38829d01a 0.00 MB 5 0
81,690 81,690 0000000000406907bfb041950eae7e4cfcb20d94febdb3d0d0a67b21e29c5bcd 0.00 MB 4 0
81,689 81,689 00000000004370efa1e45a9e2943c1670177d58450a436ec9a95333cad236771 0.00 MB 1 0
81,688 81,688 00000000001fda9e050e33937000ecaabd8f2cec7e0846dcdf03d7fce31bae39 0.00 MB 1 0
81,687 81,687 000000000018ba5da44e38e60a794b0d72fec698c21d469e976527912a638a18 0.00 MB 3 0
81,686 81,686 000000000032f55415ddc9f50daf6f7bc5a403065e3207d2234e4c95bf7a7e40 0.00 MB 1 0
81,685 81,685 00000000002e3a2873ca879392d6fb66e906be0917907866b71d9329a7c89511 0.00 MB 1 0
81,684 81,684 00000000003b4ea71e99da2381dae1c67dd3857e402d959fd5a41bb8093de84a 0.00 MB 4 0
81,683 81,683 000000000015c960029afd81c8d85b386a78e1805fced57393a0347ffe1d03ea 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.44 GB sent, 100.85 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.