Memory Pool Memory Pool Refreshing

370 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 360 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (576,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
331,007 331,007 00000000000000000f925c6e1b2704e91be9cd111d1ca10c47374c0bf19d291f 0.75 MB 724 19
331,006 331,006 000000000000000003093bff32751c4fc9c5e803653213d5a2aad99e8db710fc 0.75 MB 1,697 31
331,005 331,005 0000000000000000144722b071edc8faf246e9f077ad861189deff91d99e7d0d 0.35 MB 1,108 51
331,004 331,004 0000000000000000016140827507f55fd68efc1fbd04e1e7644b09dae833143e 0.21 MB 231 11
331,003 331,003 00000000000000001174abb70cebdf7a68e4a56720152b1eed60e075037f53de 0.25 MB 623 36
331,002 331,002 0000000000000000061e8f8d3fe91f2a6780a2b2015a0aa4d922bd9faa382ef5 0.15 MB 137 11
331,001 331,001 000000000000000017df527b102f23a3d87bbc038d3a1990a4217f4e5711c7f2 0.28 MB 220 15
331,000 331,000 000000000000000011d4e851863618a3e0144b0c0ddac35dd3a9f19498435ef5 1.00 MB 675 20
330,999 330,999 0000000000000000145fab6178509d87db63fdda83cd074bb8577b77624ad089 0.75 MB 579 25
330,998 330,998 00000000000000000a9d56300495dfe6efce051bff9ef914c6b3142f6328bd6d 0.75 MB 1,570 36
330,997 330,997 00000000000000000dad588d2516786ba637901a21b4a17825d5baf8e02ba38b 0.50 MB 1,430 39
330,996 330,996 000000000000000009651fc842becd93a9ea8fceff9b4d39b41bb2fdd2fdeca1 0.23 MB 478 35
330,995 330,995 00000000000000000843637675b3a089d47361b07aaaf92781c5e94a9fb378f3 0.12 MB 254 28
330,994 330,994 00000000000000000f53d8d12bcdd8a261c0dda756f55f8e155f1d3a9e517f20 0.85 MB 1,606 30
330,993 330,993 000000000000000008d5a276ab3f68b85947b308fe89f5f6c5545229f917fb92 0.30 MB 520 26
330,992 330,992 00000000000000000ef297def0b26f19f7410521c14c29592fcd4ac119c0c674 0.71 MB 798 20
330,991 330,991 00000000000000000d83fdf5e3aabb58615423590944e2a66f71d57f9cf1a646 0.50 MB 1,351 40
330,990 330,990 00000000000000001a7b43d65b5c3a1c3c27e19b10091d1b41c0ef61cb8a0cc3 0.24 MB 426 28
330,989 330,989 0000000000000000199c7a9b2f46f3c88f267b7337a61bbee2b7bda22ce4de7b 0.24 MB 528 29
330,988 330,988 00000000000000000dbed5627495a6d602e60c4ae97c9048c06e02ddc4985e00 0.17 MB 416 23
330,987 330,987 000000000000000004e157a36d5d704428c8f1008efcbb249b42b65dddc771be 0.68 MB 1,336 25
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.