Memory Pool Memory Pool Refreshing

17,611 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (54,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,956 852,956 00000000000000000000d842b16195fd7d12b422b94ab027d07cda501229de48 1.68 MB 3,401 7
852,955 852,955 00000000000000000001904f25ed0e49885557d8e94cceacb12ef0361fe6ec92 1.92 MB 1,519 5
852,954 852,954 00000000000000000000c7b17fd7dea25313c86615cc8ad8835a1b98d75b4a0d 1.82 MB 4,263 4
852,953 852,953 00000000000000000001151013a6b919eac513205f8692e14cc8d489a49c26b5 1.62 MB 5,265 6
852,952 852,952 00000000000000000001b02ea7590c5f5949a8a71f96cec323915dbcc6b51a44 1.77 MB 1,923 5
852,951 852,951 00000000000000000001119c8a8970cde9efe0f2d052936545e3e7da2fdf79a3 1.80 MB 691 4
852,950 852,950 0000000000000000000187c4e442bd479f6f3620797544175697989476fdb6df 1.85 MB 628 4
852,949 852,949 00000000000000000002357837f84c88150412e2bb4b107787fad1d608738c24 1.84 MB 1,109 4
852,948 852,948 00000000000000000002255415bad85fe5acbb2b2d8cbc6f395361d4b9459e6b 1.64 MB 2,689 8
852,947 852,947 00000000000000000002f6da732bb1e6b7b41ed7da4d2d12ebf459664895e86f 1.51 MB 3,174 6
852,946 852,946 000000000000000000022cb138cd36360b93adb2a30dcca132e9c5b44cfe4dc7 1.58 MB 2,234 6
852,945 852,945 0000000000000000000046cafb3606632208d02102827b45709c4df7e148492b 1.73 MB 1,477 5
852,944 852,944 00000000000000000002569357a05ffb814c3ddbf074f2ca0d56ed5ba31c43e3 1.89 MB 4,125 7
852,943 852,943 0000000000000000000281d50d67469ba333a0a7de26203510ffe5694b244b23 1.49 MB 3,208 9
852,942 852,942 000000000000000000026feab66ae5fdd95a9e5a809c2f9e88a01f4d8fa90fb8 1.63 MB 4,590 5
852,941 852,941 000000000000000000029429d242ec678cd022284f43398e0b4015d6b912471b 1.62 MB 4,119 8
852,940 852,940 000000000000000000028569626d4c425e764ad34bdd0e423edd50f9ea241011 1.63 MB 5,564 5
852,939 852,939 00000000000000000002cd7450105c22368f10b63ccf5f45e1d1f959e8af04ed 2.06 MB 4,079 6
852,938 852,938 0000000000000000000075f8ffd6a6241b3843186fc0e3e82cc13302f4ddc5fa 2.23 MB 2,413 6
852,937 852,937 000000000000000000026d3b5c1d306475fb4f9e9a6e4d391c305566e79c5ddd 2.11 MB 4,403 6
852,936 852,936 000000000000000000007e96f74fc1e13d61f14b2c6d3f3ace25e0beb113dbaf 1.64 MB 7,689 4
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.