Memory Pool Memory Pool Refreshing

5,409 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,682 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (11,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,511 896,511 00000000000000000000b8310ad5830656d6ce4095cb4234ee327bd528768a29 2.47 MB 2,304 3
896,510 896,510 00000000000000000001b46c53551b48ffdec1cd795e9fc350b435a94450a20a 1.23 MB 2,510 2
896,509 896,509 000000000000000000006f145efe9fbb546b8fe74d041f6fef3b273ff3cad817 1.10 MB 1,630 2
896,508 896,508 0000000000000000000012a630f0bb63cd7c7f7d3eda146b8d4462ab0b84e0b3 1.82 MB 1,195 1
896,507 896,507 00000000000000000001b586ccb0fb38de6cc73d8021cbd0612dc47bf3ab601e 1.86 MB 591 2
896,506 896,506 0000000000000000000051f59dd148ecb73123e8f8c4cbb34cadb095a8aaa905 1.74 MB 1,937 3
896,505 896,505 0000000000000000000164c1f038d74b210515b1f8d5cf3b89d8b2b2aae3efca 1.85 MB 888 2
896,504 896,504 0000000000000000000053e7420124ba9b121689de0030982f92df5e1314f039 1.79 MB 1,665 3
896,503 896,503 0000000000000000000068912ef75ae1ee78f2088de0a2160f50f00fedbd9ead 1.64 MB 1,636 3
896,502 896,502 000000000000000000004c6cde36bc3eee4a06fac35249c180a305edaa385f16 1.58 MB 3,720 9
896,501 896,501 000000000000000000006b557c967e67b8f09d9b947c004d67e46c27d4e04fbf 0.59 MB 668 4
896,500 896,500 0000000000000000000139d67469997993762ed59746374755dc2731f477bbbf 0.13 MB 302 5
896,499 896,499 00000000000000000000e1935407f26068dcb725da1562a7dd3a2c49817465ce 0.02 MB 50 3
896,498 896,498 00000000000000000000e3af78d37e7806867f3a7d7111d867fef4b4287f83b6 0.23 MB 529 4
896,497 896,497 00000000000000000000a67fd75e3ba7f72babc0e3360f1948ac0718efffb16e 1.42 MB 2,175 3
896,496 896,496 00000000000000000001991460954c7deb80e3351f1708c313930429b464badc 1.91 MB 1,947 4
896,495 896,495 000000000000000000014ca5bb799dd624e80d1c07942fa890b28a0c1bf3e274 1.63 MB 1,985 2
896,494 896,494 00000000000000000000bf2e5a321c7367710c46aa8c29ffc011593e226da1c9 1.43 MB 3,126 9
896,493 896,493 00000000000000000000111bfa412d0738f6f3bc57192ee0672c3e2b03fca5c0 0.39 MB 844 5
896,492 896,492 00000000000000000000c0ab09c1e3635bb54f6dbdc053f722a62fb382ec415f 1.20 MB 954 1
896,491 896,491 00000000000000000001b94d7da77bcfc9265999b37f3f221d293b112f4dece1 1.80 MB 826 1
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.