Memory Pool Memory Pool Refreshing

6,361 transactions
3.49 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (767,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,310 140,310 0000000000000254422b8ab7bc64a1ed5ecb4cab3e030d0307ab461402d705c7 0.00 MB 11 416
140,309 140,309 000000000000049b61b66dfb9966cb9a2755272ca6571d61d5c4331e723c3c52 0.01 MB 23 311
140,308 140,308 0000000000000770a961576524a99e97b0fef7d8ee75aeb52645e757ac5b837d 0.02 MB 42 142
140,307 140,307 0000000000000252e485978a7d537d5c141aa928d20e13bd2696bc8533d091d0 0.01 MB 27 194
140,306 140,306 000000000000018feff309b0b99e2924514ea9e462b7f742baa2c97806ba4502 0.05 MB 149 270
140,305 140,305 000000000000031dc349113f31b2b0d4d832d64160db82d7f80da555a783dc51 0.04 MB 75 129
140,304 140,304 0000000000000869ffce4160a6764b4b68318c1f834448b14c71a84324efd00f 0.03 MB 57 116
140,303 140,303 00000000000002eb6bbd62de68f130e6f35b53b72c93fc05cdf127a30423b157 0.01 MB 12 85
140,302 140,302 00000000000008bb89a9079fb291e2412e791cb6ff1610d2ce2e04ff4614502e 0.02 MB 36 253
140,301 140,301 0000000000000458cfc1b3768079f9a1c85f3b3e660e9e596e5a610ce1193119 0.00 MB 4 1,049
140,300 140,300 000000000000010a68e772f6a0ef1081ce3b42d4c9dde1ccdd007cfbc5701ea4 0.02 MB 78 2
140,299 140,299 00000000000005e4c3e008deafaea140511d5abef64f97b9c33202d3147aefc6 0.01 MB 17 64
140,298 140,298 00000000000004f8c83fea9c53b857cb2bbd75a8d55fd2a077c7c893ad537ddf 0.04 MB 78 284
140,297 140,297 000000000000011f6ff79172094c37e35c08a0e46c772978696b1289e94a0a3c 0.03 MB 46 62
140,296 140,296 000000000000035e794b415e9c193fdd816cea2a1ea5b5eaa8d88714e1a9f357 0.02 MB 68 93
140,295 140,295 00000000000006a6a32ffe068dcf7fe0bf4ac5af17078596bbe4fb295122486c 0.02 MB 73 274
140,294 140,294 00000000000005635ad04aa97cdc09926ad0c26d7b814bd79e20363a3c973727 0.05 MB 98 267
140,293 140,293 00000000000001fdce986cc30ca5ae6c8f6d01392a6039293f0518aa74269797 0.05 MB 132 117
140,292 140,292 0000000000000266e722640ccecbf95396ca5763a7d0ab0acd0251643dfd44fc 0.05 MB 118 402
140,291 140,291 00000000000008d9656915af962b8cf266bc48005bd098d81230328dbfee2904 0.03 MB 64 311
140,290 140,290 000000000000044ff014f5b30f76b37d394475af1353aab807037dab2462b6fc 0.00 MB 8 381
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.