Memory Pool Memory Pool Refreshing

648 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 623 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (167,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
740,480 740,480 00000000000000000000d223ce2c30f06c91266ebfcd216f6b80870cfea3a30e 0.43 MB 988 11
740,479 740,479 000000000000000000018c799986ba5c53074a795ff60879a085f4486a5a7e44 1.08 MB 1,504 12
740,478 740,478 0000000000000000000081f18528b3452d0ff077d96bacf09ee990f1956a5817 0.43 MB 628 10
740,477 740,477 00000000000000000004b07b5f42571a3dbfa7abb87c38d5998ea0889bda6080 0.96 MB 1,357 8
740,476 740,476 00000000000000000002da5c218919df863f00dfce23f672ccf697d18a6d8758 0.67 MB 835 8
740,475 740,475 000000000000000000036aef623b1dbf1090b322b0c1a814f2f87e8acbeb6027 0.60 MB 1,020 9
740,474 740,474 00000000000000000002b28b4b95374fc97f29307e8eb4897ee9fb21a9f311b1 0.58 MB 1,344 9
740,473 740,473 00000000000000000005937f91b400216b8ce1350d8833677b162cb0c4992de8 1.45 MB 2,799 10
740,472 740,472 0000000000000000000670851094e0f8907ac1d3164889b8bde3d223f5d0819f 1.23 MB 1,477 7
740,471 740,471 00000000000000000001be51075656dae797f476d2e22dab54d0764750528197 0.16 MB 178 8
740,470 740,470 000000000000000000074977dcb9304debeaa51a530d3d4124c2fc6fdafd405c 1.35 MB 1,335 5
740,469 740,469 00000000000000000007a8b64aa5b571ce46543afb2650c2f7e5b4c85feefc4d 1.16 MB 1,058 12
740,468 740,468 000000000000000000044c9bc295fee208df96aaec07ee85fb898809b9a9a99d 0.07 MB 183 10
740,467 740,467 000000000000000000021b24b4f3268972fc4053bfc5ad90aef73f3d9a873cec 0.56 MB 722 8
740,466 740,466 00000000000000000007edba7fa88e3466028421c975e8f16497f9b34552ab42 0.31 MB 521 8
740,465 740,465 00000000000000000001a5af4db78eb2581197178b2150c4c54ca1922ea00e39 0.08 MB 142 7
740,464 740,464 00000000000000000006fd27b2edecffcf43780b7c7c04be7a0e2ac85fd6714f 0.85 MB 1,477 11
740,463 740,463 0000000000000000000498c9d8495450f9e96dd86712df4115be20a3054e75ff 1.53 MB 2,214 8
740,462 740,462 0000000000000000000607d815ec84e40b128c9eb365ddd2a6415c67478aaaa5 1.57 MB 2,082 11
740,461 740,461 00000000000000000008c6f59cf1c1d5c09b9bdf5f304cf4517b2eb93baf3490 1.55 MB 2,878 10
740,460 740,460 000000000000000000075ca746f1efe5d45478ff26b51fba3df7ac40b61e86f3 1.42 MB 1,971 10
Previous 10 blocks ↓
Total Size: 769.00 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.61 GB sent, 92.77 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.