Memory Pool Memory Pool Refreshing

4,977 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,829 (240,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
667,343 667,343 0000000000000000000a02f2f16c8c9b9ab289c34c15a0c2fd2515d638ac0130 1.41 MB 2,690 71
667,342 667,342 0000000000000000000141902035b08e259a90e9cb7c73798204e8366a811f0e 1.38 MB 2,316 71
667,341 667,341 0000000000000000000119a9856b479a7305fcce61fe1ee211495a153ebc8a37 1.64 MB 1,126 14
667,340 667,340 0000000000000000000bed12c8ab4dff84804859dd7c64daf2e08aced9ade0e7 1.24 MB 1,800 57
667,339 667,339 0000000000000000000897701ee2b29bdd62fd604fffc06c3a59f5206a32a6f3 1.36 MB 2,523 40
667,338 667,338 0000000000000000000b524f6400a0bbf4643c9f1075b0f72d722761b79ac479 1.66 MB 921 18
667,337 667,337 0000000000000000000c8a507a3bdc4b0cc90a4451d5807487e60a8f04422297 1.55 MB 1,763 32
667,336 667,336 000000000000000000075ec161400ae0707702dfa5e8c3feff0d43451ae810bb 1.22 MB 1,433 20
667,335 667,335 00000000000000000006d09c3cad794504177d4c9e006dce3f1263ff29399ef0 1.35 MB 2,372 48
667,334 667,334 000000000000000000070a927ace75d184ac6e43d1334de739c070227ad6b923 1.32 MB 2,473 45
667,333 667,333 0000000000000000000ae00f88fc12e8030b2509a24f621214b62d6bcaa4443c 1.22 MB 2,048 42
667,332 667,332 000000000000000000014faff7ded765c0282dc3517007460da605a1c0f58f69 1.25 MB 2,201 53
667,331 667,331 0000000000000000000d3c5e74b3f05ede3bcadb92c0d57a5ea196fb46ec4e70 1.28 MB 2,130 45
667,330 667,330 00000000000000000002d237b7a8c9abf577b249959e74b0303242a2f2e244dd 1.23 MB 2,169 13
667,329 667,329 00000000000000000006e2fcd37b825dd295631df586f9d652700e27d7c9e86b 1.22 MB 1,779 30
667,328 667,328 00000000000000000007628e376ac49d8d3080605697fd7631278de5001c67e1 1.35 MB 1,176 13
667,327 667,327 0000000000000000000182130374be574bdda5aef9aa23574a4643e42ad68633 1.19 MB 1,826 39
667,326 667,326 000000000000000000067d8bc9172086ea6405c527b7716a8b680a82e37dcbeb 1.22 MB 1,970 40
667,325 667,325 0000000000000000000506e54daf79f46ff2920a9d6b7c6f3f4f86c7485bb4d4 1.23 MB 2,302 51
667,324 667,324 00000000000000000009013b7ec026da970c8b38a4f40170e6a26720f3fc2d2c 1.14 MB 2,504 26
667,323 667,323 0000000000000000000d07a5558fb82f4a1127ec722090bc3cd8437a00bd1b0d 1.39 MB 2,208 55
Previous 10 blocks ↓
Total Size: 769.22 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,634.65 GB sent, 94.04 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.