Memory Pool Memory Pool Refreshing

6,493 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,470 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (16,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,305 891,305 000000000000000000022bf9438669928d28633256bce81bf843d0f9cd731cbe 1.60 MB 3,098 6
891,304 891,304 000000000000000000022ff2c31d5844208eea9e60e57b6c8bead446c9e5dd56 1.64 MB 3,074 4
891,303 891,303 000000000000000000007ede6b29394677e9b63bfb928d82b0fa0cfef66de60b 1.66 MB 3,457 20
891,302 891,302 000000000000000000003bae049e3ebc9f028aff38c091ed1570891b2337d482 1.67 MB 2,632 7
891,301 891,301 000000000000000000020c04f057fb57ca362f52206e50ae70dac91030c7171f 0.03 MB 36 2
891,300 891,300 000000000000000000021326a8b6cedd2cc73bfccdb7e73f1be6209567adbd2b 1.38 MB 2,208 1
891,299 891,299 00000000000000000001dfb76790563102b2b790103baab641eb3a52dc93a3d7 2.14 MB 217 1
891,298 891,298 00000000000000000001c5b9fa4ae5b259290425fe3be327a89ae117386d2f06 1.34 MB 1,279 2
891,297 891,297 000000000000000000003898bd61858da1bca9ddae6669435b6266479f26c713 1.57 MB 2,250 3
891,296 891,296 00000000000000000000a9af7a187412b0263ac5bd57f79d57416ec1f583b03e 1.70 MB 3,087 5
891,295 891,295 00000000000000000000e213c3834900efd4d31cf64e9af3722d87cdbee03ad5 1.86 MB 2,513 3
891,294 891,294 00000000000000000000db85c9cd5262afdc6d5f0f4d01d8a2f7b4b820ba6e2b 1.68 MB 2,866 8
891,293 891,293 000000000000000000013101f46cc69d9cea0c157a5fb6e09d2bccb9eee90aef 1.67 MB 2,605 5
891,292 891,292 000000000000000000004a4cb0de17bd86d9dcbe7f35410dbb20758cdf59cd0a 1.63 MB 2,999 9
891,291 891,291 0000000000000000000218d3ffc940ff425b643b055a544434cf58b70a5ba957 1.75 MB 2,383 4
891,290 891,290 0000000000000000000088e094587dff34fa80cf924f048586b65e8456abd4a7 1.75 MB 2,904 6
891,289 891,289 00000000000000000001cbe1e49849998067f8d0d17a3ff1e976f5dd493366f5 1.81 MB 3,250 15
891,288 891,288 000000000000000000009e1699933aae2e3b49f25b1a789d2eb3732a90e7e4cb 0.75 MB 1,282 7
891,287 891,287 000000000000000000011199b6f9235cd7f2ea8f3c44481fbf90d421b253670c 2.17 MB 1,377 4
891,286 891,286 000000000000000000024388b166b1ab548fb0cd555ae9bac4a9d793f3260d21 0.72 MB 632 5
891,285 891,285 0000000000000000000023a742474ec43dfa8812a3e000971e133bda7fe2ee8a 0.64 MB 601 3
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.