Memory Pool Memory Pool Refreshing

1,206 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,792 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 1,205 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (19,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,317 888,317 000000000000000000012bf9bf2d2d24396a66a6e10d74dfc7ad4a9cd3bf7ff9 1.20 MB 1,194 1
888,316 888,316 0000000000000000000011ccf33ec7b6f87159af86563808b47462f99387aac8 1.27 MB 1,852 2
888,315 888,315 00000000000000000002078cd03e5824a21bcf167b5da7ec1ab976242fe75b66 1.65 MB 3,041 4
888,314 888,314 00000000000000000000b0c55c39ad806e0dde6e8215a87c0512e298ae1865ed 1.60 MB 2,075 2
888,313 888,313 0000000000000000000261aa2462c0c64ff54c46c46cf1c7abba32beffc690dd 1.69 MB 3,406 3
888,312 888,312 00000000000000000000dd4a5da001f99799ac1359917c8698b2d1ec8905fb9d 1.63 MB 3,392 6
888,311 888,311 000000000000000000002b748ec9eefac26a330e5e2b8e33c23e50d5d116d33d 1.69 MB 3,024 4
888,310 888,310 00000000000000000001dca47a209b2126adf67c140636802323a6716de8abae 1.74 MB 2,721 3
888,309 888,309 00000000000000000000c0e9c120a054e03cc296da215d20b93814fa2b75c78d 1.64 MB 3,456 5
888,308 888,308 00000000000000000001e7c341d115bf57f2b1dfa0bccbc13a22f251886a5f9f 1.62 MB 3,611 4
888,307 888,307 00000000000000000001e7191932b7ccff403dfb09c963f4e3c80e6d62fe219a 1.58 MB 3,624 5
888,306 888,306 000000000000000000012b2cd0584229a6f21409dc67af659c4dc43fe0662f6f 1.60 MB 3,347 3
888,305 888,305 0000000000000000000032db7b303fbd635d1fba70adc0fa4c75d9689f6af97e 1.55 MB 3,325 4
888,304 888,304 0000000000000000000075776a846e9fad7a60e0458d1ecace52a561fee465f3 1.87 MB 2,215 1
888,303 888,303 00000000000000000001162e294a372869cb55e0efa5b636abc34e0df75ec274 1.99 MB 750 1
888,302 888,302 0000000000000000000261da12049b5e88cbc7036b8a69e9608ad34087e2733c 2.00 MB 1,006 1
888,301 888,301 000000000000000000028255bb7ba83275a7636105eeac2450a09d2dcf0d6229 1.54 MB 300 1
888,300 888,300 00000000000000000000dc21499bddd00213b7634cd0f2121f13ed746041d7ce 1.50 MB 2,661 3
888,299 888,299 00000000000000000000173ce186de21ac38a33d65ffe1dcad61eed4d9bb1ad2 1.57 MB 3,457 4
888,298 888,298 000000000000000000020892ba1ea44c392d899e2a7c1780111331ba7bc83875 1.49 MB 2,736 3
888,297 888,297 0000000000000000000248d9de13c14c77b76bae2c4e8482c4e6f747352c749b 1.86 MB 1,634 2
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.61 GB sent, 93.62 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.