Memory Pool Memory Pool Refreshing

5,935 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,155 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (752,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,230 155,230 0000000000000499daa3653ecbab522a59ef9a7f809bc5cf06509add73771c03 0.01 MB 32 222
155,229 155,229 00000000000000dff75230756c87320e2febe44cacf07573af91832c504347e4 0.00 MB 12 174
155,228 155,228 00000000000004b9e6f675b30fac8a5d1abad5e675cedd9c250cf5ac5928d7b6 0.01 MB 50 18
155,227 155,227 00000000000003a85010840eb0786d3119bd91cffb6176dedf099aae24d94882 0.01 MB 13 51
155,226 155,226 0000000000000a0ae83f4d954952642a7eda71fd00157230ab0d25e27eed620d 0.04 MB 72 3,346
155,225 155,225 00000000000004aac2b7f642c31cc9316d1ac76cafb4a2dae33f463b9ded5a9b 0.01 MB 31 100
155,224 155,224 00000000000000280c97f4a1bb5e65432999cf36fe52849a15be95b6e4ae779b 0.02 MB 62 3
155,223 155,223 00000000000003f783c34bc90566deda8addde08ea4c09d6dfdfd858b735a594 0.04 MB 93 108
155,222 155,222 0000000000000ce9d193a645af259d37a1e015ec87da148178cceb3db474dd12 0.04 MB 146 0
155,221 155,221 000000000000001e411b7eb13ffaa8ddead6b83c312dc3cd6233b164fba5c954 0.03 MB 46 80
155,220 155,220 0000000000000a1d93d5e63ebd010a497a147072a204d1f12d61aa9f07072028 0.05 MB 159 68
155,219 155,219 000000000000021c5fd477ca566102b3d00437793542a440ff3090c9d3944261 0.06 MB 81 199
155,218 155,218 000000000000096dfa13110961b6d27c9ceb20218552ef2fd70e9e774c6dc7ff 0.05 MB 149 20
155,217 155,217 000000000000006f181e73e1c2c0d46c6fe427f3f40395c8c6442b355414ea82 0.00 MB 1 0
155,216 155,216 0000000000000396968fd7e9ae56ce831c1c8b28876787324a24a1562339530e 0.02 MB 42 74
155,215 155,215 00000000000002b8b16ba0ff14a74ac902115b8b9d6ddf66c88ad5ff73ae44ba 0.02 MB 57 57
155,214 155,214 00000000000007f2db5aff2aeddfa3c4833ba895e9e13cf37c7b0259998db114 0.05 MB 124 121
155,213 155,213 000000000000000751367039797218fd1de49641c3e85204e3d83fcfbbced91f 0.05 MB 58 104
155,212 155,212 000000000000060c18001a753aeff080bada73d4fc6a3e8435a4aace5ed3f8c2 0.05 MB 112 164
155,211 155,211 000000000000087444f5f813d2a16257eb2d76865a5ec2a8e4e0b17cb3691466 0.00 MB 20 0
155,210 155,210 0000000000000036ed09d9fc98a9982e825867b517abf7446ad9fa18c7634821 0.03 MB 72 126
Previous 10 blocks ↓
Total Size: 769.21 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,634.54 GB sent, 94.00 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.