Memory Pool Memory Pool Refreshing

2,149 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,144 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (533,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
374,214 374,214 00000000000000000e3b1b38ee452b745353039bd07f0a8a11994ce9e34661bb 0.95 MB 1,969 43
374,213 374,213 00000000000000000187cd2133b220cecc6ddb1036ec336e6e2c1f3a3e366075 0.39 MB 925 56
374,212 374,212 000000000000000004cf1c099fa6e880b2983923f1515c57f33231cac7d2b611 0.61 MB 1,373 51
374,211 374,211 0000000000000000125966f6dff8d0a20ab36d6ac08bbd8600362ddec55ecdcc 0.06 MB 144 50
374,210 374,210 000000000000000012c51699a8ddb934c76cc86f947569729d01afbb791b8420 0.75 MB 1,718 54
374,209 374,209 00000000000000000ce4ad3151d16d996425b695d35f3d68831a5127420c554c 0.03 MB 75 49
374,208 374,208 000000000000000005dfc9574ce07ffda1a7eb40efcae0f6ae6e5e528735a6be 0.64 MB 665 20
374,207 374,207 00000000000000000fc3d04f90d00c1c25c1591fc9e85b07ede940b0df832ba5 0.85 MB 2,302 67
374,206 374,206 000000000000000006ab14ee52023153e0c0555df31ec041bbe6b51ab52254cf 0.00 MB 1 0
374,205 374,205 00000000000000000323957c2ca88778b01f5abf694e9d72fee46002c4f05f31 0.93 MB 855 15
374,204 374,204 00000000000000000e067e70f802a1d76bac5fcf7725b395bb7527bf1af45779 0.36 MB 889 45
374,203 374,203 000000000000000000f6f67bb10b71caa4a70967f9fb2451f2d0e5045c54e656 0.93 MB 980 18
374,202 374,202 00000000000000000d0b2ce09020fe84adc21ad467c3fbc06d502e53c44e4d7f 0.95 MB 942 18
374,201 374,201 000000000000000007c860167017880bee21a6b957b25d9f6567e94520c7af18 0.59 MB 1,479 51
374,200 374,200 0000000000000000092e1267bf269fa79354fccf311c0dd86b1288d3b8d5e076 0.93 MB 2,054 44
374,199 374,199 00000000000000000256664667de8254f0a359405a7e25b2f555f257954bc338 0.00 MB 1 0
374,198 374,198 000000000000000004fcad34ba83779a338e13a758068fe700b82d792a3e3ec6 0.95 MB 2,667 67
374,197 374,197 000000000000000005d852297e1125d9ae7a9de050ad474908c33dac97eb652f 0.44 MB 954 47
374,196 374,196 000000000000000005eff2b09a299e3fcb8045082e11611407510b4e9079b3af 0.11 MB 281 65
374,195 374,195 000000000000000011a95950be8282d4173b29444f10906167b3418e341d67ff 0.93 MB 1,435 35
374,194 374,194 00000000000000000988071a91a484614c482615764763d55a13b39ce68edd4c 0.93 MB 1,238 25
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.33 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.