Memory Pool Memory Pool Refreshing

35,422 transactions
30.81 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,377 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,499 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,376 (58,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
803,537 803,537 00000000000000000000f2472e37e64859b94b08be9939071aec1ed1c404e7cb 1.81 MB 4,888 6
803,536 803,536 00000000000000000001949a7841caa49ba1529b421bcc1b4e3e864d88e9296d 1.49 MB 3,396 9
803,535 803,535 00000000000000000003295271e46e5e7c2b255b4a558a5b60f96b0a47553de6 1.87 MB 4,558 8
803,534 803,534 00000000000000000003c0cd1b62ed8bb502e24bcbfeee16e81d6ea33d026263 2.06 MB 3,889 7
803,533 803,533 000000000000000000013cca2ceb46bb2d6e6bd3ee5b38f89718659a056ff999 1.43 MB 1,884 13
803,532 803,532 00000000000000000003698c42d573c66f161c78f4b1bbbc4ed41a3f70f80f30 1.90 MB 4,553 6
803,531 803,531 00000000000000000003a6b40f19c608b55b8a1e25d4b7bdedbd7cd902da760a 1.55 MB 2,116 10
803,530 803,530 00000000000000000000ecb6100004b8360d62d3ad8bcb0a1fd692b7f4a94b25 1.53 MB 3,293 18
803,529 803,529 00000000000000000000d396901439d39c086095b853ef2c1b18e9b10f8a3483 1.81 MB 4,899 8
803,528 803,528 00000000000000000001fb4afa9270a531a88074d92157b6f3efae9d3653511a 1.67 MB 3,681 10
803,527 803,527 0000000000000000000147686e14b3bb15040896d86d5cc80c0fb1fc0eaba0d3 1.71 MB 2,329 7
803,526 803,526 00000000000000000001b22e87765226a9da8e7283f42f549231d5117d6661d5 1.60 MB 1,909 9
803,525 803,525 00000000000000000000b2f6db79fed499392ea8ea852465a03a257277b8e373 1.48 MB 2,670 19
803,524 803,524 00000000000000000004424588e4512b8e15770fe07323b6c33eaa9d7b7a1f9c 1.91 MB 4,810 7
803,523 803,523 0000000000000000000421dea73b197dec0c1c57a4620c274b7b048c1786c35b 1.99 MB 5,646 10
803,522 803,522 0000000000000000000112b0f7b37dbea8868ef7e112c72bb68008244b52a7b1 1.61 MB 1,544 9
803,521 803,521 0000000000000000000064ab98eab866de6236c643ea9258d5ebec9478ca3cfd 1.42 MB 2,338 16
803,520 803,520 0000000000000000000259a5fee057b0488a10938a8b3d36775c5dea6ea83f0b 1.86 MB 4,433 8
803,519 803,519 00000000000000000000d14a2e39d15bb5ea75bdbcd69e7291d435daeeb9897f 1.81 MB 4,910 8
803,518 803,518 00000000000000000000e37a84ba89ce3a4017e934bb8aa75fcae5e5416d5912 1.84 MB 4,793 7
803,517 803,517 0000000000000000000385c63ece988a14d43842b791c45f952c12b077eb4773 1.89 MB 3,519 7
Previous 10 blocks ↓
Total Size: 684.88 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,366.00 GB sent, 104.17 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.