Memory Pool Memory Pool Refreshing

37,927 transactions
32.00 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,422 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,947 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,421 (396,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,589 465,589 0000000000000000006cfa35467f4d7c9ae7e56aa5c7511e907d52fa600fdec6 1.00 MB 2,499 212
465,588 465,588 000000000000000000d2fcb948ebad55328b893302fe496f6e6da1fe46013a84 1.00 MB 1,172 171
465,587 465,587 0000000000000000009e9f3690bbfc14124403151cace54e17698b996f0884f6 1.00 MB 1,926 227
465,586 465,586 00000000000000000132d72b13cdcae500c90229636f39c045a66de3362a863a 1.00 MB 1,982 188
465,585 465,585 0000000000000000020709fad9d724a03508e2088093f5acae377555663fee86 1.00 MB 1,258 375
465,584 465,584 0000000000000000018f480b6de8065677e6f4da0c76db1f1cb70afca0d4a421 1.00 MB 1,983 201
465,583 465,583 0000000000000000000957b7c8c0a13f4b689e54c580104cebba147c760289ff 1.00 MB 3,321 128
465,582 465,582 00000000000000000180d99e5b9f4ccccdb133e51eb391f062fecad47fc81a4d 1.00 MB 2,372 192
465,581 465,581 00000000000000000068b9a2dea321de47729ec2f6a5185fd5885977af62a6ce 1.00 MB 1,840 132
465,580 465,580 0000000000000000004d31e44584baa1dd3f189fc6fde5e4adbbd3a92fca6818 0.93 MB 2,061 226
465,579 465,579 0000000000000000010d8859cddbe28150ab3ffac3c702dffd1b7f32c5018e55 1.00 MB 2,086 175
465,578 465,578 000000000000000000fdf307e9356b91ef3549de7387e89f71cff130cb4940e1 1.00 MB 2,036 205
465,577 465,577 000000000000000000c41d87fa68aacbc6277c8a5776ff85c58e69d05c206ac7 1.00 MB 2,367 133
465,576 465,576 00000000000000000190063d7e0bf4d819ecca3538b7886c115882a51e2cffd5 1.00 MB 1,773 179
465,575 465,575 00000000000000000184c47c408810072193d6b0afb933b777f8cd54a922d624 1.00 MB 1,855 171
465,574 465,574 0000000000000000000bdb465be8ac2317414d7065de29a2e89d9325e9436696 1.00 MB 1,518 161
465,573 465,573 00000000000000000145d50690bf44bc7f78d2f149d3564a8d2a77b90f4ec7dd 1.00 MB 2,489 240
465,572 465,572 0000000000000000019dd854f0889dd48a75938af50c679dbd5e2d06eb53d5b3 1.00 MB 2,663 266
465,571 465,571 00000000000000000131ad8a70b09594476d269b353b81f33d17ac72eb12eefe 0.42 MB 1,598 630
465,570 465,570 000000000000000001ce1d4c557dc7698f0fd927d5f6deed7678d73cff037dba 1.00 MB 2,493 235
465,569 465,569 000000000000000002069acbdb5dfd5997ca46966e2fa737815c448d7938040e 1.00 MB 1,621 112
Previous 10 blocks ↓
Total Size: 684.97 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,368.26 GB sent, 104.75 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.