Memory Pool Memory Pool Refreshing

7,677 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,023 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (213,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,351 694,351 0000000000000000000ba85d3fdb56228e7d1928fb5c8f2ce0fde149ce3fd668 1.38 MB 2,715 22
694,350 694,350 000000000000000000083ef9e3a70f5c0ac9a8ca0c6317d9e80aa0f4fe6aa6c2 1.52 MB 2,705 10
694,349 694,349 000000000000000000089884c65947ccef99d833a065fe0397d4c8218f0cfa48 1.44 MB 2,507 21
694,348 694,348 0000000000000000000e77c0cc2fb56ad3ae66fdf0c557daf24d720fbbba4ee6 1.44 MB 2,825 21
694,347 694,347 0000000000000000000d8ea64a9852dc4f593edfcf6d73cef9bf10dc9b44332f 0.40 MB 653 9
694,346 694,346 000000000000000000039ea1705e61303fc4212a1592342bcef501c6a1a95667 1.47 MB 2,784 10
694,345 694,345 0000000000000000000fbda3f0f02441b5c98e1c59152c70c13a73208618385a 1.47 MB 2,974 16
694,344 694,344 0000000000000000000987616aad095254ca83a34abd34c483057417c03dff6f 0.30 MB 488 23
694,343 694,343 0000000000000000000a2c764ffa5f3ea33f24e32bbb8547c5bb2c701f280a78 0.03 MB 79 10
694,342 694,342 000000000000000000082d42511610b0cd39180ed88de48e4b4488c1415ca2fb 0.73 MB 1,245 12
694,341 694,341 000000000000000000070c896f00d5080de71e18a9c2ec3c6035459b0cf32155 0.17 MB 357 15
694,340 694,340 0000000000000000001270adee289bd93872504ce3f357ffc8f9f016f2826de7 0.33 MB 604 16
694,339 694,339 000000000000000000104f51285b155830e8bc3029dc2408ab9685772fea6945 1.17 MB 2,127 15
694,338 694,338 0000000000000000000e7576f70dbb8d485c55303aa2af98a827681260493e39 1.34 MB 2,730 13
694,337 694,337 000000000000000000071ed4f555e01b2a519a374f4992e1792ffe7fce96e7e5 1.21 MB 1,755 9
694,336 694,336 0000000000000000000faff80b75e4557aaf6b95420b7e4ee23c4e556172546f 1.22 MB 1,464 7
694,335 694,335 0000000000000000000191bab6825ba524fcf30a514f308337c42aabdb914dc7 1.51 MB 2,466 14
694,334 694,334 000000000000000000120d208887293f9717da56e1c580b261f930b221560639 0.43 MB 709 4
694,333 694,333 0000000000000000000568256f78db9babefbe68aca4f93556ec1ee8459203d5 1.41 MB 2,774 16
694,332 694,332 0000000000000000000cb02036c4a2bdc406d8b1841b802ca0ddafe0097dc973 1.59 MB 2,598 15
694,331 694,331 000000000000000000053a0e2df1c134dc6db08737e7de017ddc2ade4574683e 0.45 MB 979 14
Previous 10 blocks ↓
Total Size: 768.97 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,615.64 GB sent, 92.67 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.