Memory Pool Memory Pool Refreshing

498 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (842,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,577 66,577 00000000012ed6cc21291f73577cb62843370747704b4cf48f95e869bc5697e7 0.00 MB 5 0
66,576 66,576 00000000033353db8ed16beafd093eb83bac94bb9153394eb1c08ee29087170b 0.00 MB 2 0
66,575 66,575 0000000000a4262250cb1501fdf9ca9e02dda519c7c8a56d139e6ceb8ba1313d 0.00 MB 2 0
66,574 66,574 0000000000792da4d4b28210d861c55d18afb62ff46b295fe8e872b9cc8847d5 0.00 MB 4 0
66,573 66,573 000000000350dd8872ef4478eb003baae19530ac09378ce8b6c5597f77ac72c8 0.00 MB 2 0
66,572 66,572 0000000004384da9d2461a8093f3a9de6a5cd67ab584333f3ea35ad712c8a276 0.00 MB 1 0
66,571 66,571 00000000038a7f4759dd0863e3417724aedc7b4feb7f8ab2e5c75c3bec7e5f32 0.00 MB 1 0
66,570 66,570 000000000052c7359a85d09fa82b932598a1c2cf1ea0bc3e70dc655d24b05570 0.00 MB 2 0
66,569 66,569 0000000001c92a50c0a0bae06aa14ecf4a3871fef87e6cbb52e2716844aa3db4 0.00 MB 1 0
66,568 66,568 00000000057578d16af1ac193e646124ae3ee65606dbb2416e863bdc33f28df5 0.00 MB 1 0
66,567 66,567 0000000003a073fa38c24af7f00a5bf056a0b1a1e00835e1f85c2f5083de0816 0.00 MB 5 0
66,566 66,566 0000000002e349e85ccc14e92f84687941e93c7abcbefb7c32a0f94c179d0758 0.00 MB 1 0
66,565 66,565 0000000003d6d39587a167c21afb253db739ce95e98d23a3e6e4ef2268af9eba 0.00 MB 1 0
66,564 66,564 0000000001db4b332b7299fdd12f9ece78f62abc97ce9301ba2664a15b247b62 0.00 MB 2 0
66,563 66,563 00000000026bd6afb3831adae1d011e36bf122e6b76585ab834ca5e51d8c0e7f 0.00 MB 1 0
66,562 66,562 0000000002d5d75eb2bbbce4598410e68c66d5c3ca454f6982ef65c4fc95f8cc 0.00 MB 1 0
66,561 66,561 0000000002a0334c6a9e6df344b109b08fdfcccbe4443c9dab8c9584516111ed 0.00 MB 2 0
66,560 66,560 0000000003c7a842939efde35addc2003241814f8edfe1cb2d3afbaf336a6196 0.00 MB 1 0
66,559 66,559 000000000496971235520e996acb858fb2c604fd110fdb9d2a5304cfe6ce99b0 0.00 MB 1 0
66,558 66,558 000000000452ff6e88ba64c885d9a4e64d8fb933e93a129ce17b4bff3be513ce 0.00 MB 8 0
66,557 66,557 0000000004355e67a2b3051705c2c70a56f68b4f3447ddb5bcbb2028efdf604c 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.54 GB sent, 101.04 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.