Memory Pool Memory Pool Refreshing

9,552 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,453 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (613,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,999 293,999 00000000000000002eda60f5f9589bd36e395619eecc26fe349b6990026af3aa 0.10 MB 233 52
293,998 293,998 0000000000000000b5bfab2b86f0262efde2bc3babf827b6e1f6f74ca0b38e7d 0.22 MB 443 31
293,997 293,997 00000000000000004fec9b52f9779a2a6b307bfaed8563d17bc0bffc1bde1457 0.33 MB 605 32
293,996 293,996 00000000000000007f0ecb8dc35bb825ad3b0507268ee148f0c54282caccd0b4 0.16 MB 361 33
293,995 293,995 00000000000000003f9f0159f6e5ae9c6f4a1c34e1d570e861832803723c7bcc 0.11 MB 83 8
293,994 293,994 00000000000000006204e1066c3288f80de2f446e0b23afbb888d72875125c00 0.07 MB 109 25
293,993 293,993 00000000000000008b0b967d053b8854474474428926284043a251dae66584bb 0.24 MB 512 41
293,992 293,992 00000000000000008d861e94749484bebd4ccfa32b3209cb58643ce272241e28 0.04 MB 98 31
293,991 293,991 00000000000000000c1d5b7b6b461d60529135a80f29489426271f02be0a8a0a 0.14 MB 309 34
293,990 293,990 0000000000000000cdc35401da38275a87d8018dcc65f71f6f2846afdd1b5f99 0.01 MB 32 15
293,989 293,989 000000000000000086a14c733bcf187de70ea69727ee0ded90638910e1bd3896 0.05 MB 128 21
293,988 293,988 0000000000000000b56959406831a27398d99ebfbaafef71023ffb8f5f547bf2 0.29 MB 627 37
293,987 293,987 00000000000000003296beadd0241d0c415305aa36d58e4a023764a53a8ad4d5 0.19 MB 458 40
293,986 293,986 00000000000000001bce6b0a44cd9e97372ac8ab7d9b4368bee0557fe9e7e29f 0.18 MB 409 30
293,985 293,985 0000000000000000c8d5861d1e29049f8c231bfc08b0e69eb4e86de3d415f36c 0.21 MB 509 35
293,984 293,984 0000000000000000458d904df5189b3a04627ecc14fff01326952e7fe73b6958 0.12 MB 144 19
293,983 293,983 0000000000000000a068483f5fd4c4632668889400fbd52ac90c1d529f94792a 0.49 MB 1,067 31
293,982 293,982 0000000000000000252e57f69c5857427c64e5717eedd32a5bf148b3ef422825 0.19 MB 512 101
293,981 293,981 00000000000000004f7811e616ef7fad94207b9927d69d9a5ff596fd0c20bdbe 0.10 MB 80 6
293,980 293,980 000000000000000024a77d6b2871ccf7109f3be5ff36bc971d028a6462a9a730 0.63 MB 1,275 36
293,979 293,979 0000000000000000aa253b0486ce8fbd9470dca24e80c032545fce371ffe0a95 0.46 MB 479 16
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.