Memory Pool Memory Pool Refreshing

52,320 transactions
28.51 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,091 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 3,421 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,090 (37 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,053 866,053 00000000000000000001d08a1b937d2f69f4c2042dcec51bd87ba1a9318e2550 1.33 MB 4,005 9
866,052 866,052 000000000000000000000f3da8becff90c383b8acc32e6ef785586bf5286b4be 1.57 MB 5,705 16
866,051 866,051 0000000000000000000287ef1a7ebd2178e9729ff762b23735e43a1b01a86ece 1.48 MB 3,997 44
866,050 866,050 000000000000000000012476bb3bb0c29844f16eea525257b15c603c3c60ce85 1.53 MB 3,549 9
866,049 866,049 00000000000000000002df8af45d9df15d78316dfeac683e7ebbf16c7419c099 1.56 MB 3,796 24
866,048 866,048 00000000000000000001bfc4d5eef9ca62d440eab78bd37c2340cb9c2ca4ace9 1.66 MB 3,313 21
866,047 866,047 00000000000000000000145fd3f0777286bdfb735887c0757ebb6d2e4564bdc2 1.57 MB 3,522 34
866,046 866,046 000000000000000000018551b044929327bbe5e8cce3113734ec1c72f486f2bd 1.50 MB 4,008 16
866,045 866,045 00000000000000000000c48b1812e8a1c73d9c6c9ce7a09f7ff90b882936c099 1.55 MB 4,332 19
866,044 866,044 000000000000000000006a14794fe39bae23644432172444c4cde8d064b6b0a4 1.54 MB 5,734 24
866,043 866,043 00000000000000000002f553b77793b75e26be13666f80df51b14872f09e129a 1.59 MB 4,533 55
866,042 866,042 00000000000000000000dc56b07a8148cad61476d450311ab26329cae3a1e0af 1.55 MB 6,352 31
866,041 866,041 00000000000000000002246967aadecef050a440e590004528edad42ffbf9327 1.52 MB 4,433 32
866,040 866,040 00000000000000000001cd629380eeee090dd1b003f18ee79398a26894d7013a 1.37 MB 2,558 34
866,039 866,039 00000000000000000000031d1b156f5dcb66a0ab3edbf789b980d5781544b225 1.59 MB 4,078 122
866,038 866,038 000000000000000000010a5d3a61700cac19d3d66bfa7930965ecd4c2779d998 1.47 MB 5,144 34
866,037 866,037 00000000000000000000f71a17a49a381790044a398127da02f23a1543c8a8db 1.46 MB 5,394 30
866,036 866,036 00000000000000000001c83dd60d103eb78581048895239c0f0c74fa25359525 1.51 MB 6,205 35
866,035 866,035 000000000000000000020ce82041a24293982d2380a99e8f56bc71ec840e1fc9 1.52 MB 5,619 54
866,034 866,034 00000000000000000002ffe15f1d7469cf11927d4208fd0c28bc0fbbd9a47b9c 1.51 MB 5,750 31
866,033 866,033 0000000000000000000163a9f209ec3127feba706e599e154fb8e16270831062 1.41 MB 4,160 11
Previous 10 blocks ↓
Total Size: 691.92 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,829.62 GB sent, 156.96 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.