Memory Pool Memory Pool Refreshing

19,146 transactions
28.19 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,654 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 5,032 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,653 (579,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,006 283,006 0000000000000001e5e776a710347eaf1de8e6caf5d98b775b47333a5d6bb17f 0.35 MB 737 43
283,005 283,005 000000000000000182a61fb19f3037869ebd0844efab7e8a749ef5b4cf7a4f0c 0.01 MB 19 5
283,004 283,004 000000000000000050702816b9fb4e1b9f696e802bdd8c046937eab954d270bb 0.10 MB 228 48
283,003 283,003 00000000000000015920eafcb5cc955918fd30e2b4ca2d06d1fcce80ea2a4c27 0.20 MB 286 34
283,002 283,002 00000000000000003b225f93b3878640868be6af5837b23045187f35f75d1b6d 0.22 MB 266 22
283,001 283,001 0000000000000000efb0997c64af406f675cd1edecb744b42b518da1c30dbf49 0.25 MB 658 52
283,000 283,000 0000000000000001acd1753cf7079121700058279b6a835023fc31ad688784f5 0.01 MB 28 44
282,999 282,999 000000000000000049f4701e8ac6dc62abd4a951363535697f1553963429a28e 0.17 MB 318 36
282,998 282,998 0000000000000001bc361f163ff6ab447aa705e80250b7464a89186819422035 0.04 MB 75 35
282,997 282,997 00000000000000017add858489f58da5984087b1511feaa8a64b872fa8f96b6c 0.22 MB 350 29
282,996 282,996 00000000000000002e2dc734315046d3ba8f6767348c8898250c6fc3fe606213 0.32 MB 667 40
282,995 282,995 00000000000000014092aa2044b13b898180595225b0c6781ab04a539d561727 0.15 MB 234 33
282,994 282,994 0000000000000001921bdae667d920f00540aece56a194ee89039f89ce1321b1 0.10 MB 140 27
282,993 282,993 00000000000000006b83f454dbba760bdc4705b1ac2b4460575905475fb6d0f1 0.25 MB 459 37
282,992 282,992 00000000000000008a45c6e571682a3b6089226a584d077f4ccfcc14b41ddf82 0.30 MB 492 35
282,991 282,991 0000000000000000ec7f9005bae7610377ed518b67c64bf1ba0fbcb1388584ad 0.15 MB 273 45
282,990 282,990 0000000000000000a7b9c5612c3bf5736d19e2c4f18077fc2b2c6210328df3a0 0.10 MB 243 40
282,989 282,989 00000000000000007b987fddccf7d3c13e0a7fb1fecfd478fdc82ea73147c501 0.14 MB 337 43
282,988 282,988 000000000000000099ab0d257a8dfc6295fda3fab9427733693caaaf8128ccbe 0.08 MB 58 13
282,987 282,987 00000000000000010689b773ba2b5bd27713d16a364efc03996b225440f5a68b 0.25 MB 615 42
282,986 282,986 00000000000000013809685d08816925c840eef7bfb591fe2273afc04e41aabd 0.04 MB 98 46
Previous 10 blocks ↓
Total Size: 685.42 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,381.73 GB sent, 108.36 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.