Memory Pool Memory Pool Refreshing

59,788 transactions
28.16 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,842 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,977 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,841 (740,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
130,622 130,622 000000000000176c9d64a2865aa03d51341b62fab6b3db03723029248d434791 0.05 MB 109 1,208
130,621 130,621 00000000000002638ffcb866836fc89d7e16de21957a639e9368e7c705de85ae 0.02 MB 55 701
130,620 130,620 00000000000004250833141500b97cca2309a2308584b2fc2a84e9f19a8b645a 0.01 MB 39 716
130,619 130,619 0000000000001ca6f63eea26465cd777fd734c76f8fca4447829bcc27c89f18c 0.00 MB 17 235
130,618 130,618 00000000000003c8c55d6a390c243119ab4dbd9b6ec2f026bddf92477cdd751b 0.03 MB 86 275
130,617 130,617 000000000000023631bb954ac95eccaf73b4c673337b65cda52fead4dc2ea461 0.04 MB 78 712
130,616 130,616 000000000000173022dd2b1a0f615b15f906ddaaf9c15fe1a3ad79d561cf93e3 0.21 MB 714 287
130,615 130,615 00000000000005163f5e9c4393a79596a4b6794ec944ba8ac7fb84bf6a18dce7 0.01 MB 36 397
130,614 130,614 0000000000001ac94d0e3c0e7d7a52ab9385073ff817a6b7e476887421f3f9d9 0.02 MB 69 852
130,613 130,613 000000000000005a0e55e4250461417971b5565faa7d82322f3072ebf80ff70f 0.01 MB 12 1,096
130,612 130,612 00000000000011f53a3d0fc7b8d037749b279b170cf78c4e76a12b02e4e402d5 0.00 MB 17 674
130,611 130,611 0000000000000158880a30c5c332c552d9c89c5f72c9e31e1069e996d871f4bc 0.01 MB 23 319
130,610 130,610 0000000000001a4938ab878ad71251d37a5fea113563ed59cf3c1b2ddd173f43 0.01 MB 11 437
130,609 130,609 000000000000031222e42cd81712c0c44a04c9e1e102347dddbadc0b93e6684c 0.01 MB 47 607
130,608 130,608 00000000000012b397527ccb2e8c72156657010c1eef30fd18e04932c2934297 0.01 MB 12 1,512
130,607 130,607 00000000000018a8c4ace2ebb8270a3827344e86d832ce84b322cf422e98a0ce 0.00 MB 12 312
130,606 130,606 000000000000135a3e5292f05f46ba855f9b1340f25b82cbd60ce1d92011e584 0.01 MB 25 258
130,605 130,605 000000000000110d9006354507d25f6a9e17e519a64b9c998f55dd51db0af203 0.02 MB 40 331
130,604 130,604 000000000000029d67281a4020e9b0bd39b71002829fdf1ea2485b8acbcc439f 0.01 MB 31 155
130,603 130,603 00000000000009fa6717f1a154135338e133d11caa5ac432b5c54b10507c1192 0.01 MB 27 1,543
130,602 130,602 0000000000001c64c50b06f12df6f6922313d1bc9c511deaa8a774cfcba74a3e 0.01 MB 25 0
Previous 10 blocks ↓
Total Size: 701.05 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: 2,398.72 GB sent, 217.60 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.