Memory Pool Memory Pool Refreshing

18,324 transactions
5.88 vMB
Show Random Selection Loading Transactions
Max Size: 35/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,391 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (633,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,135 274,135 00000000000000056986d1962d99984482e4ca657f65e5b1817abea37ef4e47f 0.04 MB 113 44
274,134 274,134 000000000000000596934a466c3b77213f9c0f33eb5568b21da948afa6ca83ac 0.14 MB 293 43
274,133 274,133 00000000000000050023648ebf6b8a143ed15c8ff3086d9bb7ce05e95ceab897 0.07 MB 107 24
274,132 274,132 00000000000000014c46e47820a6116c11665571ca3cc86cbd9025d39da06686 0.26 MB 524 56
274,131 274,131 00000000000000041591d94032ace2e379e55553c7b2776ddeaad0d7b1d1c5d3 0.07 MB 171 59
274,130 274,130 0000000000000004013e1e35850de16a19649dcba0de2c7c21b4669cbfa60243 0.06 MB 146 72
274,129 274,129 0000000000000001f39ee3f7be3f9342c4ecf5e14229c8a0d88bbf4b5e31f1e3 0.15 MB 336 33
274,128 274,128 0000000000000003eb77e07d2834e7c7411cd9dae25329e46bcac8d3bff8f131 0.03 MB 85 86
274,127 274,127 000000000000000421063e7a04b269ce0f553698ad402957c21bc128b742d0eb 0.06 MB 115 35
274,126 274,126 0000000000000002482449893e302270d7526ed1456d51ef8fc4c12bcc763183 0.03 MB 59 22
274,125 274,125 000000000000000343917ee0724aeb5f2ba340322a3fbc8591abbc4ad72c8950 0.09 MB 110 31
274,124 274,124 0000000000000000db61a80324f647dbc9131bdcee0cdc1a3f51a6444b31e302 0.04 MB 79 34
274,123 274,123 0000000000000003619e515998556807ce3221b0bc26d8b42d58d07f840967e9 0.04 MB 82 52
274,122 274,122 000000000000000211d0c1c25fbae61cdb1346496f8f54816d6673639d6d1a03 0.00 MB 14 43
274,121 274,121 000000000000000109946c54e44be60f5ed401fe22150f572ffb18240626afb5 0.07 MB 180 32
274,120 274,120 00000000000000046652497620856f2a7ee2410b4964223f252f000ed14b8e22 0.03 MB 64 43
274,119 274,119 00000000000000048b33d7c8a9b6e6be318b31b71aa8c82b16731662eaacfa8e 0.21 MB 447 44
274,118 274,118 0000000000000002874c2983b84b3613cdf932281fe22d7865df8ccff0fe46ee 0.22 MB 506 47
274,117 274,117 00000000000000047f18e7bf7b16ac932cd3f510a167437f6c83d62b71b464b7 0.04 MB 87 44
274,116 274,116 000000000000000440670c9879e26f189326e6f595020dca489f791f5eb5eacc 0.10 MB 129 40
274,115 274,115 00000000000000029081d1fce39137bd999ed5af3b73e84ccd6ad7bdfb6d1d3f 0.05 MB 83 44
Previous 10 blocks ↓
Total Size: 769.02 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,624.31 GB sent, 92.99 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.