Memory Pool Memory Pool Refreshing

4,828 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (737,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,408 170,408 0000000000000aa105619e6d63e580a232f543bcc02ced4b48c9eac6bb23d301 0.03 MB 65 75
170,407 170,407 00000000000001ab8d2623b0fedc35743bab387b339f2198fd479755081267ce 0.01 MB 31 1,133
170,406 170,406 0000000000000a3408fced70993492b60fb95fa9f96e0d6cda3a23c323a0316d 0.02 MB 56 108
170,405 170,405 00000000000004098d8f9eb5e372e6c2e6142e196a8384f5527435f6d1d45989 0.06 MB 109 195
170,404 170,404 00000000000002643c8106d3b98412582aa259383b856b5ccf0501097276795d 0.05 MB 98 144
170,403 170,403 00000000000006efb7ce0e9e33cecb4ce7f6f9291f6992dc2b95174c979ffe2e 0.03 MB 128 18
170,402 170,402 00000000000002da0613db2c91ea2f9e7356fb2cf85eaf7ae725ae1b5f2ab278 0.04 MB 25 641
170,401 170,401 00000000000006edc3b76ac5738adef0d9ee010df2cf742233d726c4a0c2c789 0.02 MB 54 158
170,400 170,400 00000000000002f11c66d35af92d0d1b33fa154f9b397ac53ef6b63f546c8f02 0.00 MB 1 0
170,399 170,399 0000000000000778a22c0c0ccb535f6dcd748f6cd4debb1131d4de3a14cb04e6 0.12 MB 68 92
170,398 170,398 00000000000004251d843590efa199d380641706f59019d5708e74a91afb46a7 0.00 MB 1 0
170,397 170,397 0000000000000767443cc24be41dfcc0ea6023df86a60362cffd69edaca9e819 0.03 MB 70 194
170,396 170,396 00000000000005c9bf1016efdd6e0a21fff7288177ca41eca92fb81b8f0c6aef 0.00 MB 1 0
170,395 170,395 000000000000003e10d67702c668c6d5b7dc189ef9ba62efa356ca1dbee7bfe4 0.08 MB 168 109
170,394 170,394 0000000000000b04c3d9451d8a4d11db68e4aa3e58eb2dfef825d40d5dc99093 0.05 MB 46 54
170,393 170,393 000000000000045198fd545ce44ffaf332f0da1d05bc8017dde69f6a0a8af104 0.05 MB 36 58
170,392 170,392 00000000000002ddcc3e478de1c7ea81f2303f16cf7dc4da13b672db401d4d81 0.03 MB 73 295
170,391 170,391 000000000000072cce62e4db21e87a375b52517c2000b2fd766c3377f31355b7 0.05 MB 75 89
170,390 170,390 00000000000007f18b3b8191dfd156b5d481ac1b857fa3bcaabddc972b52bb30 0.03 MB 72 161
170,389 170,389 00000000000007cd2c65f9ced5fc55f8da1dd102f38d5f840323116505fabfb1 0.00 MB 10 39
170,388 170,388 0000000000000b0a807e5d4b1002b8c5621a7ac0286c56dcd9bb0bb91b05c34f 0.01 MB 30 101
Previous 10 blocks ↓
Total Size: 769.05 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,627.64 GB sent, 93.14 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.