Memory Pool Memory Pool Refreshing

31,707 transactions
31.11 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,396 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,874 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,395 (58,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
803,858 803,858 000000000000000000047ed2a63b61e52b81f240641743eccdeac1b54dade313 1.82 MB 4,807 7
803,857 803,857 00000000000000000002c402a7b3c144dae6bbcfd157f44f7274fe175f244321 1.49 MB 2,134 16
803,856 803,856 00000000000000000003cffeacfafaec65d2fec57039f50c6dd10b72a06f799c 1.57 MB 3,065 16
803,855 803,855 00000000000000000004dcb6e2bbe0cfdea6251b8585596256ceb2025081a243 1.49 MB 3,106 7
803,854 803,854 00000000000000000004fe992273aa1b6da7d952e21b85abeafbeafcdb8c7595 1.87 MB 3,736 10
803,853 803,853 000000000000000000037bda8f4185368c3b005fc4a0480660fad7db1af51d1f 1.90 MB 5,477 8
803,852 803,852 000000000000000000048f727ae7bcc40c3ca0d582ede492d9dda2350d47af16 1.70 MB 3,302 9
803,851 803,851 00000000000000000003b4251097f0407bb67465474ad169a2af76d718874a35 1.77 MB 1,095 8
803,850 803,850 000000000000000000010cb572a3a71150b2ae34a1ff4f7e42db0a3853fd8c5b 1.52 MB 3,032 15
803,849 803,849 000000000000000000051fc94f7ab5fe4d3b0d4b989c8ab0aadfc56c4964d595 1.61 MB 2,977 29
803,848 803,848 000000000000000000054409b981716d00003041f9d2d62520d2ead471b8ec2b 1.64 MB 3,346 11
803,847 803,847 00000000000000000004ddd53a62de4c18f782e479c0da530d9e325c0ae56b67 1.97 MB 5,347 8
803,846 803,846 000000000000000000036b855367082fe17792f6e7c01fd6a74b7ab342a5acfa 1.56 MB 1,704 11
803,845 803,845 0000000000000000000252d1b9d72c8e3c939fdadaf85e8346a71323842ffd6d 1.24 MB 1,748 21
803,844 803,844 000000000000000000025a8587cb5a0e3188449a191842015cc1d125ad3aa615 1.52 MB 3,187 11
803,843 803,843 000000000000000000030998b2972dd6e3eb8d3e1795204a7a740b3d70fddb44 1.71 MB 3,277 14
803,842 803,842 00000000000000000005047fb3e6dbc251ae82021ece0db812fbcabc84ef6708 1.91 MB 4,595 7
803,841 803,841 000000000000000000050b4e9e82ea36e1c4788f4900e94ed94de6095c124b71 1.78 MB 1,719 12
803,840 803,840 0000000000000000000078892fcd4669fb24cd768bdd0662d458c4cb7b46f438 1.47 MB 3,334 21
803,839 803,839 00000000000000000004d7094e1fcbad021f9d4eaab8fc309e218bbd02931c4f 1.36 MB 1,592 14
803,838 803,838 00000000000000000001f220346d535d026027f833f500082ecc365ea3a3b633 1.44 MB 2,886 20
Previous 10 blocks ↓
Total Size: 684.92 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.75 GB sent, 104.44 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.