Memory Pool Memory Pool Refreshing

5,517 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (610,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,832 296,832 00000000000000009bec4292a0e4788310c029d47af4c53021f7c98514805745 0.35 MB 418 28
296,831 296,831 00000000000000006c28bf96ab30a9eb884a2362be5bad8a2a160eb7bfa34607 0.13 MB 82 10
296,830 296,830 00000000000000005aed261861eee740f1d832e864474b5f432076c950fc8e33 0.13 MB 174 23
296,829 296,829 000000000000000014aafd432e7a5712dbdabe75046f3d710b610efac8f2beb3 0.49 MB 649 31
296,828 296,828 00000000000000004a28cda1f89220374d46279b2a562988d055e2900ab1eeeb 0.54 MB 328 19
296,827 296,827 0000000000000000896e1cf7afdb85abeb5f468a73b564ab03223c8b1740284d 0.25 MB 673 46
296,826 296,826 00000000000000005cb082d06b695494d621df1520f135e0e3aba251ab64abec 0.10 MB 180 27
296,825 296,825 00000000000000004ea6400d9d78fca2d9e92560e2de6fb39246706377ed6bd8 0.03 MB 59 25
296,824 296,824 000000000000000000261df325125be821635c077e218d47145a71540e33707c 0.23 MB 395 32
296,823 296,823 0000000000000000050ceee732eed3aee87f2cc9496895be1f9ab1ed1d07c76e 0.01 MB 32 103
296,822 296,822 00000000000000002f9ad117fa73196445d628384da799e0f5f1e6510b07d6f5 0.05 MB 128 37
296,821 296,821 000000000000000002721ca0afb55670eb36d66d1461c1bba1fbed17cc2ac2ff 0.11 MB 256 58
296,820 296,820 000000000000000051397b990808b36b3942ae197980710ae6fce0153684a6df 0.01 MB 11 30
296,819 296,819 00000000000000000c213b83875f9c837426387b25a576bc92e91f27a484da8d 0.17 MB 308 42
296,818 296,818 000000000000000005cd7847206e454a2a99bde261ca168e7e68a8aec20a514c 0.02 MB 41 21
296,817 296,817 00000000000000000e2f8792e9f239cea565942c37085675dc6fe4ca3950c8dc 0.10 MB 206 37
296,816 296,816 000000000000000048982d6a9d4268a73f143ab7138c074180b37a9d0889a241 0.13 MB 128 17
296,815 296,815 000000000000000028cf8407998b799aa33955c0b9f631a0f497f26c45c17857 0.35 MB 715 39
296,814 296,814 0000000000000000692c7e65532463d6d14a837ed8160de43a8bf8559f92155d 0.35 MB 938 57
296,813 296,813 00000000000000009cdd00bd22aae7e12f5f15cbc1a261c9ff1ef7c059f02513 0.41 MB 911 39
296,812 296,812 000000000000000038f2a4e286650a1108ee53b52e418a580a179541a3c17ae7 0.17 MB 265 20
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.