Memory Pool Memory Pool Refreshing

5,549 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,743 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (733,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,612 174,612 000000000000071216f7c746ba739de2a9988bbecf2fbc01980c5b01b191d33c 0.01 MB 20 37
174,611 174,611 000000000000019fded1400b8dee0de1913118ef413cb5af5b4353a4e586e6ab 0.02 MB 37 19
174,610 174,610 000000000000000aff5c0706f1ac9005870b4373905bf87f4e5684cd6d76e36d 0.05 MB 78 186
174,609 174,609 00000000000001d712645deafe3ef597cb81c84658538e6d87e31b536a40eb7f 0.01 MB 13 41
174,608 174,608 00000000000006cdd32f017034b80e68d332b743dfc36ef63eee363d30eb44b0 0.00 MB 4 4,457
174,607 174,607 00000000000003982f59ff466df55e6f1f14565137fbaf751e49aaf6f1557680 0.00 MB 13 291
174,606 174,606 0000000000000707be494009a02e178dedb5573e43a62da099c375a3897a66a1 0.04 MB 129 60
174,605 174,605 00000000000006fc6c0b0c8c262cd4d64dde5201edfaa1037609c19500219b9c 0.01 MB 39 20
174,604 174,604 0000000000000016a0e2f92bd72660d8ff763d21aaf15b364ae120729c515b8a 0.02 MB 31 583
174,603 174,603 0000000000000513ae8b52b3d94a6ede4c3e24663973f37322d9d56692b79009 0.03 MB 78 79
174,602 174,602 00000000000001d15b91c0849f3051eec6d72178f67d62bcde369a5f5badad09 0.04 MB 50 148
174,601 174,601 000000000000013ba61f2aabdecca137e78b625c0ec471f5351d12cf809ac0a2 0.03 MB 75 86
174,600 174,600 0000000000000787474b2b08301e43b5f5a4ee4f8aa539f82552b44f6a5ac26b 0.00 MB 7 106
174,599 174,599 0000000000000a48136590a54c48b1ec6aa11766eefa7004240f92719384acb5 0.00 MB 8 80
174,598 174,598 0000000000000390a8c71d6745fdad8d471c90ef11a8ad428207f4c045bb72d9 0.02 MB 87 6
174,597 174,597 0000000000000a4a9a233f621970020ca14461675f721e74f1223276143c98b6 0.01 MB 22 68
174,596 174,596 000000000000083de9dffe94e423c9951249cf3a9159a986a259667649d585d8 0.02 MB 46 16
174,595 174,595 0000000000000380afbafda1f33a9348274109af3bfe1cd82ffbb2640a725f3d 0.13 MB 91 63
174,594 174,594 0000000000000688823fea93562f7c4b794145358758837ad116886fc0cbbe15 0.04 MB 48 40
174,593 174,593 0000000000000334155b7730a00745c4e6be7cdb67cdcdd2564f6bf8c075e3e0 0.03 MB 57 87
174,592 174,592 000000000000060ab0d38ab93ce0ac0b9766f0654c37b25433bd248050e3f2cf 0.01 MB 15 84
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.43 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.