Memory Pool Memory Pool Refreshing

56,632 transactions
28.85 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,181 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,864 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,180 (33 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
869,147 869,147 00000000000000000000f7fff974e995e564acef9e0c2264f9ba7e40525d55a0 1.64 MB 3,128 6
869,146 869,146 00000000000000000000d695f8a14ff24a8dfb68245cec4a4b6787de86e232fe 1.88 MB 3,002 5
869,145 869,145 00000000000000000002219b2f830ffc6318434454d6c5080e2bcd772b638810 1.61 MB 3,656 6
869,144 869,144 00000000000000000001926d46f16953d0a7ca3756bf090f48aeaba6a30fd7b1 1.86 MB 2,487 6
869,143 869,143 00000000000000000000707007479aee2429f82cda776df33e785a38c137dbd7 1.58 MB 3,405 12
869,142 869,142 0000000000000000000269331052ff44fd3f9e1b39b88d898cbaeb31d98280d8 1.62 MB 3,122 7
869,141 869,141 000000000000000000028c3e023a4a4d290499aba79b4db633fa41e8d11d981e 1.57 MB 3,245 4
869,140 869,140 000000000000000000002aec9152de48c3799cef66d51b0bee7e0f2b1a696e68 1.64 MB 7,210 2
869,139 869,139 000000000000000000008f5cff3880bcbc095bac9bb559be733806a7c8362dbf 1.80 MB 5,038 2
869,138 869,138 000000000000000000008e423f3ff1a10451d0aea5d11bd2ce3956097fd2988f 1.99 MB 3,488 3
869,137 869,137 00000000000000000000f3072d9a059f7cf8e25b6d4af9c1905126df6ad7bb30 1.40 MB 2,321 3
869,136 869,136 000000000000000000020d1e8f64bd8330c7373de7148ffcf79d297591cde42d 1.53 MB 1,944 7
869,135 869,135 00000000000000000001c89934c9a8da9f6169b5aa415d132cb8a1da1d80f4a4 1.87 MB 1,815 2
869,134 869,134 00000000000000000001578a0183b43dcf919a80c1540ec875640201a28359a4 1.62 MB 3,369 4
869,133 869,133 000000000000000000026eccf28df3dd4f57cab91a6b996906cc8916ae5df8b4 2.09 MB 1,018 1
869,132 869,132 00000000000000000000fe60fdc48129d486e66922722a6c5dda78b189987798 1.88 MB 1,807 2
869,131 869,131 00000000000000000001cfdd62750ecdb504ed3ebe044159205fc33d13b53f8d 1.85 MB 1,905 3
869,130 869,130 000000000000000000001c0e6c1a57c9d54cd62ab60a5885d62e1d14e937cb8d 1.87 MB 2,819 4
869,129 869,129 00000000000000000001392d2672f7941d3dbd93141301429836919698ea6432 2.14 MB 1,727 2
869,128 869,128 00000000000000000001ae90454e756c9490d9f99369859d12cdf0b2571a2786 1.77 MB 3,196 5
869,127 869,127 000000000000000000027b2d901b0fed7d4976368e5a1b885ed02042f54ea79a 2.09 MB 631 2
Previous 10 blocks ↓
Total Size: 697.91 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,063.83 GB sent, 197.23 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.