Memory Pool Memory Pool Refreshing

915 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 897 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (240,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
667,579 667,579 00000000000000000008ac8546740b72e4931720385b1f53201a1316d0916657 1.54 MB 1,057 32
667,578 667,578 0000000000000000000b1e127c4a69b9a5a0e1c2526179e8e162cf5dd57a088c 1.47 MB 1,991 77
667,577 667,577 00000000000000000002372ee4c70e70e04959b777ab68b05a44c4b6ce85f4cc 1.46 MB 2,250 80
667,576 667,576 00000000000000000008270a3a1503aa2239d101e6a739c62d9251c43fac8926 1.36 MB 1,965 37
667,575 667,575 00000000000000000001b8be2737e1e9867034b6648a0951b273be32f6dfd5e3 1.53 MB 1,458 64
667,574 667,574 0000000000000000000c3c24238cb0a68bd9fe3d658d50ca618660b7b661d592 1.21 MB 2,189 41
667,573 667,573 000000000000000000004466610a233e7acf3aef1e28d75ca7dae82c98a4c9ff 1.27 MB 1,577 72
667,572 667,572 000000000000000000092a15397523e1b6508118efef18daca60b3e45ee01a6b 1.43 MB 2,510 66
667,571 667,571 00000000000000000005c5cefb1ff6d1f98e02978cb69e2de8751a8f45b528dd 1.39 MB 2,778 83
667,570 667,570 000000000000000000020e92a17cb85ce3ae86eb0d57667f535202b48616e925 1.43 MB 1,936 86
667,569 667,569 0000000000000000000873bc042ffef88c9d4e1a8ee7c79e2b297556253df5ea 1.46 MB 2,380 110
667,568 667,568 00000000000000000006365cbc1475029f891a729854defd6794f2e0561e5b7b 1.35 MB 1,613 50
667,567 667,567 000000000000000000099b2b0609e23006d9c32dceaf7c49c3bd0173f962361e 1.48 MB 2,115 95
667,566 667,566 000000000000000000017cabf95fe3266799244e35b007e1be631e589c592fb2 1.42 MB 1,970 62
667,565 667,565 0000000000000000000cdfea7e6f92b71f9a8d7ec736d665c0eec695cae484fe 1.33 MB 938 78
667,564 667,564 000000000000000000012c78bc21702a402a2eeed1a57ff80fb82b4f3e4002c2 1.61 MB 1,557 96
667,563 667,563 000000000000000000039ac250ec7e11a05aacb4bb6604e24a4306a6a40a9adc 1.80 MB 1,342 42
667,562 667,562 0000000000000000000cff91af430db97ef9c2fe570dbdb61681cabc4cb85360 1.61 MB 1,622 51
667,561 667,561 00000000000000000003085f58bf0d5ca43d4ff21978746e27507bd119c45a2c 1.90 MB 1,064 34
667,560 667,560 0000000000000000000bc576df82437f6646de1dbd4fa3e167ca41e8f6766e03 1.89 MB 914 31
667,559 667,559 00000000000000000004d09d3c88da49cea08ef834cd5ed2e0658bcc154746b6 1.67 MB 1,631 50
Previous 10 blocks ↓
Total Size: 769.10 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.09 GB sent, 93.41 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.