Memory Pool Memory Pool Refreshing

6,589 transactions (1.82 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,592 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,765 908,765 00000000000000000001b64acb5fe4b40b84092159b6406a6244f46a37fa6c6b 1.79 MB 4,302 1
908,764 908,764 000000000000000000002174c3ebd6e522f514b887952c2d991d83ca88364815 1.50 MB 2,120 2
908,763 908,763 00000000000000000000425643f75dba2f39b71ee9075f88dbc90746368786eb 1.81 MB 3,449 2
908,762 908,762 000000000000000000004357c86d8aec4374664f0be2497f10a1f819c358db96 1.51 MB 3,436 3
908,761 908,761 00000000000000000002262c64b3c7155064d6643c17f0df5cef0780c18a9b76 0.55 MB 1,078 2
908,760 908,760 00000000000000000000f137425aa88c17ef7ede5eade31e90cdd11fffdd80a2 1.73 MB 3,853 1
908,759 908,759 000000000000000000013eabca35787d1ac9b8a4f36b145bf9679e7f8972d514 1.74 MB 3,860 2
908,758 908,758 0000000000000000000144840d020c0946c9904a42e2e18c9de37cc9cc07ede6 0.90 MB 1,943 3
908,757 908,757 00000000000000000001d228ff797af3bd22a542a26568065624a0fd69d9f4e9 0.43 MB 618 1
908,756 908,756 000000000000000000003018371631cffad751f078755704fe4c485ff1c66b32 1.56 MB 3,777 4
908,755 908,755 00000000000000000001cb72eb5c86c86a23b626ae3125987465543b61c4d806 2.33 MB 3,308 1
908,754 908,754 00000000000000000001fe286390fa84bef8dd3936fca39055ca336ef5ac132b 3.24 MB 1,040 1
908,753 908,753 00000000000000000001ff31b68ad186400a783752b0dacdc7ae0d332f1886e8 1.58 MB 3,535 3
908,752 908,752 0000000000000000000017b91c921a9597e6fc50671b3dfff1c141f69d9cdbb7 2.02 MB 2,999 1
908,751 908,751 0000000000000000000141bea391b6e73bbdff1cb33156688eb2a177af212d12 1.85 MB 2,939 1
908,750 908,750 0000000000000000000023b1c8eb308d50ee238fc9ca04b374f8381d8c39d43b 1.51 MB 3,606 4
908,749 908,749 00000000000000000000067ba82c59ad7d52e8040fd1db5e708c1b7a9cc2e4ab 1.66 MB 1,755 2
908,748 908,748 00000000000000000001e25b96b155823d6fec1963f71956a5cc01beec8de565 1.64 MB 2,795 2
908,747 908,747 000000000000000000015bab48eb378f6327ead7d07615d11d5f14a701ce9f14 1.76 MB 3,559 2
908,746 908,746 000000000000000000020b810fd6ad7348f0cf28e5913a4ac3e2042716d1a63b 1.63 MB 3,722 2
908,745 908,745 0000000000000000000052d3d5ddac84eb09ce418fd64264ea9315c58840fb07 1.68 MB 2,850 2
Previous 10 blocks ↓
Total Size: 771.73 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,918.65 GB sent, 106.22 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.