Memory Pool Memory Pool Refreshing

65,753 transactions
31.76 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
870,126 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,593 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,125 (669,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,095 201,095 00000000000001e25a20b020c30b9d9fd86c0c32678e4a9077f04be6495a1ff0 0.03 MB 17 7
201,094 201,094 00000000000001eeb490654af7931c01fd833dfe63af1ddad6e4735f8be1832c 0.19 MB 380 184
201,093 201,093 0000000000000161bdc4e08ec93a06fd96e26433aa8886deffde920d554eb7a6 0.09 MB 300 123
201,092 201,092 0000000000000257663d4425e55b374d34ad3fa64b6d3d009b5b698b6492c351 0.00 MB 8 904
201,091 201,091 00000000000005cce17cccd7959caccf2ff92eb9a9bafaa2e47113090c618d40 0.07 MB 154 170
201,090 201,090 00000000000003f1dd4ad54ac99d360364051707f694d0fd57a2aa8838ff9a76 0.00 MB 14 30
201,089 201,089 000000000000003146fa33756acaa771ad9c599eb235924579ab6fa2113d9ee0 0.02 MB 49 172
201,088 201,088 000000000000036822975a8afe4ad128ba7bc920c91c6b7ea47d9b01ff24c0b2 0.03 MB 65 85
201,087 201,087 0000000000000598d7f27b42a44f18d50cf44e9fb51b43c356164631e1e9def2 0.02 MB 51 127
201,086 201,086 00000000000002de6a4c348d0777d28d4617946917dfe035fd3f997a97db1c61 0.05 MB 120 100
201,085 201,085 00000000000003a52ce6e9014042948a5f431afe7eb76483e96f934b27c089ba 0.03 MB 81 110
201,084 201,084 000000000000002f1d7fa1663c2a66e0fb2925dc35e71ec8ebb4aebf93591ac1 0.02 MB 50 127
201,083 201,083 00000000000003427d2d44ce57519a9f8a5c89ef367b7a8ec4fb302a437eea1a 0.00 MB 1 0
201,082 201,082 000000000000001cc8dda4690ea8ec73298271de0ca800d4751a696e52b408dc 0.05 MB 84 19
201,081 201,081 000000000000034fe2917dcc34a800e2238640e0758fe1358f76914d446081b4 0.07 MB 144 84
201,080 201,080 00000000000003277f72abe15f45c82fe666ac740318d83569a6ad0ecb5399b6 0.00 MB 10 0
201,079 201,079 00000000000005bc88c58a540adb316ac48a417e80d5e99b4e06932be3c9aece 0.12 MB 188 305
201,078 201,078 00000000000002105a774ce2c8ce921f6a38dfe2b763c648a7f3280ec5604f52 0.03 MB 83 47
201,077 201,077 00000000000004025f00d7cb148c444b4f0d571971a8760d26e0839f4a16b84c 0.13 MB 106 72
201,076 201,076 00000000000001116cd40feb996154ac33dc0fbb6bf7b4f79473b6a43417b0da 0.26 MB 569 125
201,075 201,075 0000000000000139f018b01d1abb84fb9afccfc0032865efc0fa3458d0fbe3a6 0.24 MB 319 96
Previous 10 blocks ↓
Total Size: 699.69 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,184.77 GB sent, 208.34 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.