Memory Pool Memory Pool Refreshing

44,187 transactions
18.82 vMB
Show Random Selection Loading Transactions
Max Size: 118/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,150 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,612 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,149 (740,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
131,817 131,817 0000000000000713e5159aa0c0aeeae36e660a69946108c59c1f1fe44f52062d 0.02 MB 40 218
131,816 131,816 0000000000001094eee6eff3a87c6fecda0369d2f1b27f3117eb6d16cd7c0875 0.00 MB 10 896
131,815 131,815 0000000000000c423bae0df3e75aeee41b4480ac1de3003317fd48b25ff42b09 0.01 MB 24 270
131,814 131,814 0000000000000b2c8aee99346cb8e66ae780ffd3fba9c31a19b431a11e2d3156 0.00 MB 15 1,017
131,813 131,813 00000000000003906393e6ed0d5f2bb0603768981d3a29e23a5501b3ffd20eeb 0.01 MB 34 705
131,812 131,812 0000000000000d6f259878fedb481e1b451131d5e79373408f2c6f80895e1401 0.01 MB 12 990
131,811 131,811 000000000000006004cd1f2b2c93f3ae5d5b327c7450b15446b40f9a3a6c0b45 0.00 MB 17 1,007
131,810 131,810 000000000000060df2076cac31d2cf259a52d784f6fc1203c6047a174aa0150d 0.01 MB 20 498
131,809 131,809 00000000000009604a17b5f03904455bdc2015cfe09a968286119a721ba1fb2d 0.02 MB 19 457
131,808 131,808 0000000000000ac02569fe7e68e7cc0bc05e6d1ef299b252851544d9b37f2a41 0.01 MB 17 551
131,807 131,807 00000000000000a88dc7e8af887f42e5e3125d0a4acf927847bfe226574ad428 0.02 MB 50 269
131,806 131,806 0000000000000e1e2a6b895d465d5bec9c9bdeec9effcf442b6830bd33e6e630 0.03 MB 50 763
131,805 131,805 00000000000008fcb8ade86adafa5b665798a82385ff14501f7ad3fcff5161c8 0.01 MB 14 342
131,804 131,804 0000000000000bfed602e1437e05b3ac28cb045a11346b25ac15e54b2b632895 0.01 MB 22 1,125
131,803 131,803 0000000000000c61124163c5e42dc18eac0ce40fda4967048859287cd2d12bb7 0.04 MB 118 130
131,802 131,802 000000000000043569136dd965aa74d0e485ac029f93e746b9d59542098a821e 0.01 MB 14 1,503
131,801 131,801 000000000000129266e5594e14b729f1062c0179949046054c80604c5d5450cc 0.03 MB 43 328
131,800 131,800 00000000000011bd74717d7867500e54afee0c1e6bf5543b07180577e35c18eb 0.01 MB 22 1,052
131,799 131,799 000000000000016b51727dc4641a8260752cfdcdd9ac0438732fe9a183ccbe18 0.05 MB 138 533
131,798 131,798 0000000000000741b6496c4495b0f62f56e81aa3dbcaeac8fc7b92a4c5ad7c61 0.02 MB 53 771
131,797 131,797 0000000000000af07e215f124fd6378f3e79137bdd848a1beddaaad36074bb5f 0.02 MB 55 727
Previous 10 blocks ↓
Total Size: 703.48 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,592.84 GB sent, 234.56 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.