Memory Pool Memory Pool Refreshing

2,339 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,750 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (624,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,171 283,171 00000000000000010393704b0916a641994b76a1c15b9c7b9d43c493e8f6973c 0.26 MB 497 45
283,170 283,170 000000000000000075829f6169c79d7d5aaa20bfa8da6e9edb2393c4f8662ba0 0.12 MB 202 54
283,169 283,169 0000000000000000f50d627a66d764bb932c69e2d5e67e441be0607bc667c341 0.14 MB 305 46
283,168 283,168 00000000000000019f76069c1aac8eca282bdb45b548af61ed969f89495cb6fb 0.09 MB 213 48
283,167 283,167 0000000000000000997fbb96e203193fad66647fdf51b476e86d61656f3aa14e 0.10 MB 186 41
283,166 283,166 000000000000000169321e4b321a483a3131401ca8f87af412be135a761e5c66 0.22 MB 405 60
283,165 283,165 00000000000000002067046119cdee201fa166ff8275f2afcca0ee6db189f6e3 0.10 MB 194 35
283,164 283,164 0000000000000001c9710a43a76139d6ccbd4b9eaf43432695975f0637803d82 0.04 MB 64 18
283,163 283,163 00000000000000017285973a748d1e2fdd039985c7e011ae6962abc39a906bc9 0.06 MB 109 40
283,162 283,162 0000000000000001436223604ebf4ce4982b755bc9a00405c34db41a69a7b972 0.03 MB 71 39
283,161 283,161 0000000000000001bb955d21f38ee1789fe79540a73b89be9f9b90b8503a5f14 0.11 MB 171 32
283,160 283,160 0000000000000001c1004de350291eb1e096cc2a69ba9bbe6b84d728c8423fd8 0.11 MB 209 25
283,159 283,159 00000000000000018d0e2546c7db5851d9214758d8a19db0a227dcab1a14e19d 0.08 MB 256 186
283,158 283,158 0000000000000000c5ae69fbe6f5e4dd551cd7ce556ce97a84b93a84a6ea2bfe 0.05 MB 125 66
283,157 283,157 000000000000000029f29162b3f209a74125ab74b1ca5502ed452d3cfd16b712 0.18 MB 169 21
283,156 283,156 0000000000000000f91062fd36cd88b947212e84d306d20c8d70f043e0a14afe 0.05 MB 128 42
283,155 283,155 00000000000000012d842e36668048556bfad7b67e54459d13d989fa0680dd7f 0.04 MB 74 23
283,154 283,154 000000000000000186d17fe12a67fa50d91ed2d742092bbb3de4fb38cc4ccaba 0.26 MB 518 51
283,153 283,153 00000000000000009a3dcc173a35cb446fc3488543b12d07a84ae795cbf95a4d 0.13 MB 258 53
283,152 283,152 000000000000000003f409f25dcaa84d9c9480cf2b5d24684df12df2d0d01d1d 0.10 MB 219 42
283,151 283,151 0000000000000000c910ddb0e9169fb9074c82ca78486f85e3e27f12181ee4d4 0.33 MB 757 40
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.67 GB sent, 94.44 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.