Memory Pool Memory Pool Refreshing

3,088 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,326 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (814,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,048 94,048 00000000000913b54c8270d072c013eac34849974b2cf5f7a371708235735acd 0.00 MB 1 0
94,047 94,047 00000000000343252b20de24c316d01f3e960b421c78811d3a465a9bb84f4764 0.00 MB 2 0
94,046 94,046 0000000000075ed147151086e7a0e4b32ba62312509b8c923cf14c700b176049 0.00 MB 1 0
94,045 94,045 00000000000263362bd5a44b4bf93c90c4fa6e0e15c3a378676247c040485323 0.00 MB 2 0
94,044 94,044 0000000000033ea9d633ec88c3e4567cee40223ef81120d3b1f917b406de81f9 0.00 MB 5 0
94,043 94,043 000000000006ba163f4d917c7a22c78242db4e102683b236d4adc60f20527de5 0.00 MB 4 0
94,042 94,042 000000000007133b6997bae692fd3a1114554aa8742a7248ac87e5c9afa9926f 0.00 MB 1 0
94,041 94,041 000000000002075b3aec191775070d71c6ee7df2719491180ee477b08f2c1476 0.00 MB 2 0
94,040 94,040 000000000001b81ace303cc190c93fd5e2f199ce5dbf1178a3f38f38ef249093 0.00 MB 3 0
94,039 94,039 0000000000093c5cdeb47da945313abb9640c58eec343f0b250d5f69e6235f95 0.00 MB 1 0
94,038 94,038 000000000004a43a4501bcb7a99bd6727f2505f5d0e51bda382517c2b7acc8fb 0.00 MB 3 0
94,037 94,037 000000000000db5cc6bf13a770d009797b0b06181b9ec71f6b5353634237cb01 0.00 MB 3 0
94,036 94,036 0000000000013220487811781e238e2c3f9a06e4bf613147286aca6ab2c36849 0.00 MB 1 0
94,035 94,035 00000000000354403ae9bff9d4a5edf4c4da90b8c602e86db539be5b8287fb6f 0.00 MB 3 0
94,034 94,034 000000000003b632ccb4e484ad85233fd08381f8572d3ffd320f0f411265ca11 0.00 MB 2 0
94,033 94,033 00000000000917481b86a297431ca606a184e9fcb39c6cb905dee08428e65275 0.00 MB 2 0
94,032 94,032 000000000003e5e18e480ac75c1161a79fba31d3d9603acd7849bb9865545881 0.00 MB 3 0
94,031 94,031 000000000002bbcdad2fb7b7fb73318816757db8272705785dde13f450aad0b5 0.00 MB 2 0
94,030 94,030 0000000000066645a41213232d7aade9926f855677c88afa4e23506b1d920f46 0.00 MB 1 0
94,029 94,029 0000000000045e19a637270ef633b272285b6eca76e9b080471f6f7faa51495e 0.00 MB 4 0
94,028 94,028 0000000000076d5bc24568bbadd14e277da2eca51a37f9377a7171c0053db306 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.