Memory Pool Memory Pool Refreshing

7,470 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,888 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (766,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,499 141,499 0000000000000930238af42ebd6f53bd3fcf4948fd6773bfcafac1e30248ea74 0.02 MB 41 69
141,498 141,498 000000000000093336d2d383f208c723119c2e0a344c1792779b95b85ec2228a 0.03 MB 46 234
141,497 141,497 00000000000006f3488dff781466f2b7d629fa72c9ac24a319684bf5416586ab 0.02 MB 26 71
141,496 141,496 00000000000006d15b001e99db7e8b7abbd2e0d2a6941e3cd0625a6cb251e3b2 0.01 MB 20 273
141,495 141,495 00000000000002ba3f8e9281c5f1467a0a9c589f5065ee4db7fd43d8983bdac9 0.01 MB 20 48
141,494 141,494 000000000000079d196eef6173b8b51e91a5fb5b10c3299f58172eb5394157a3 0.01 MB 5 21
141,493 141,493 00000000000004fc57db769ad321b2c056bb1894193fad72d44f07b2fe349d88 0.05 MB 171 1
141,492 141,492 00000000000002c6fc9842835854b6700d5a4072a20faefe9be227ef0e4231ce 0.05 MB 116 206
141,491 141,491 00000000000008d4cc5402115034c7347c2587b2c15b127c3cf29ef80897f6bd 0.09 MB 245 774
141,490 141,490 00000000000007a0ff89124c5703c6378c2fbcdd2a50db82ee025c28b4e1f642 0.01 MB 33 377
141,489 141,489 000000000000077a218d5e088d2d173db5fe33b37107191c83387ec367d44200 0.00 MB 1 0
141,488 141,488 00000000000002e2327e462426851c5fc5533ca7ec9e08bbfe20e88fc06879f7 0.03 MB 48 157
141,487 141,487 00000000000008ee2759d0c824f167e09a965180a4eeaebce5796a0eec7a1936 0.01 MB 15 47
141,486 141,486 000000000000044fea66a1746cbd6ad88d8e69a52d4f8541284fb90e560fcd08 0.03 MB 68 188
141,485 141,485 000000000000052478c97e8ff35b75febd1e1389d1784f385d5f30c4a55604a0 0.01 MB 10 195
141,484 141,484 00000000000006f82aeb2079c3b7a00add569079ffca64d22aa5fe407404442c 0.05 MB 120 291
141,483 141,483 00000000000004a099e0c0df5d02c4021604699c84c201e032a4f39d496e177c 0.02 MB 27 110
141,482 141,482 00000000000002319e1a20e26ed629d7b058caea90e2d8970ecd260c59e41ade 0.03 MB 37 276
141,481 141,481 00000000000006e1855f0333a34ab7558ee8564b6aa525c20ca1fbd768df3f5a 0.03 MB 58 232
141,480 141,480 00000000000003e1f764b8636cfeb5cace65337861e8be9ca6848885c7311ebe 0.02 MB 49 98
141,479 141,479 00000000000002498623349d2029b2ccc463b109eb2308702c1e84e8cf1759c6 0.04 MB 133 37
Previous 10 blocks ↓
Total Size: 769.03 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.85 GB sent, 93.01 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.