Memory Pool Memory Pool Refreshing

2,484 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,464 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (155,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,350 752,350 00000000000000000003d40c7ebd24027d221fe83f39406f34bf322cdbbf5cea 1.24 MB 2,171 30
752,349 752,349 00000000000000000006c95a67002e916793151d13166c904626e08b07a59857 1.66 MB 1,732 5
752,348 752,348 00000000000000000001bf66b9c191f99d90abbf4ae9732b9005a2c9c45f1f98 1.67 MB 2,450 7
752,347 752,347 00000000000000000002a9e65d3c7967783c779594293e409c09c25b3306da7b 1.70 MB 1,592 8
752,346 752,346 000000000000000000054ff59bfeaa6ae3b943847c19b30a1529eabb66675c65 1.49 MB 2,037 16
752,345 752,345 00000000000000000001b745e4ba4c26df6e106f2ce81a7bd0d7d0443051623d 1.84 MB 1,933 19
752,344 752,344 00000000000000000008ffb0c99f020abe860f9e0b4c4e4f5d6d5b1dd898e806 1.38 MB 3,254 28
752,343 752,343 00000000000000000005228302fcce79cf2cc2c4486938eafc5e73d78bddc167 1.16 MB 1,044 18
752,342 752,342 00000000000000000005a6d1311fba21645a9b668fb12b638d5f26c7ab59049d 1.48 MB 2,481 13
752,341 752,341 00000000000000000006221a89a749f1c9fa79ffe2be3d1a148ba9c3ffbe2d0d 1.56 MB 2,656 13
752,340 752,340 00000000000000000002c8acbcb709475c2eb7e4047e81662eecba75c4cf5ff9 1.56 MB 2,911 14
752,339 752,339 00000000000000000005f53ea675eeaf5dba83ece9ea97ffdecf1952872a2bf1 1.59 MB 2,066 19
752,338 752,338 000000000000000000003ef99a491c1addf9c058b6f6b5ca43f4ebe142479cbe 1.60 MB 2,959 28
752,337 752,337 00000000000000000000ab7f893e78543bcd1f6f14df47d06d1e958c8b8afbc9 1.46 MB 3,011 21
752,336 752,336 00000000000000000004a117cd99386fec12de53201e21b1dea8ef798e3e645b 1.72 MB 1,891 11
752,335 752,335 000000000000000000079a522317f9d22251a79b9ed05d62b16c3797c208adfe 1.23 MB 1,292 14
752,334 752,334 000000000000000000016e613e9d38d8ca2181e78f78cd56abf44ad6ff74d89c 1.84 MB 1,812 22
752,333 752,333 00000000000000000007c6b797c62dacc796d305b2eeb4cec56afc8072697c8f 1.23 MB 1,435 15
752,332 752,332 00000000000000000004148cdd70984e1685c32d85c6dbde57c6078ed1a243e0 1.35 MB 2,264 26
752,331 752,331 00000000000000000001325bc05a4e065c8383c6aadf4a13970bce5af9253395 1.37 MB 2,212 16
752,330 752,330 00000000000000000001e7461e9fca43fce80b3c8777e30b02afadd9f9f5767f 1.41 MB 3,068 21
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.