Memory Pool Memory Pool Refreshing

72,666 transactions
27.32 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,017 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,029 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,016 (47,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
814,093 814,093 00000000000000000001862b4d1b80495212b7fdf076bc06f6b27bddc03ef645 1.30 MB 2,013 21
814,092 814,092 000000000000000000024707e61295b747da9f982d2445e84e3a05136fe2330e 1.43 MB 3,190 27
814,091 814,091 000000000000000000013a4a43760f464fd50c61986e6894ed350894289844cc 1.48 MB 3,812 32
814,090 814,090 000000000000000000018957559aeae8531f698be26856c487d282b48137eb3b 1.62 MB 3,469 27
814,089 814,089 00000000000000000001d9c97b8ba3313d4e179322a254627516f3ef500c21e6 1.47 MB 2,820 22
814,088 814,088 000000000000000000012a9cd81bcf758de955d921605945ef37340afddcbf16 1.50 MB 3,644 37
814,087 814,087 000000000000000000009aa0e538fb18bac74ab3cc0d86bc52e45253b144e947 1.87 MB 1,881 25
814,086 814,086 000000000000000000037e63da82a3e5fb877760640876bf73a062ce928db986 1.66 MB 3,906 30
814,085 814,085 00000000000000000001fe5cf55254d4741bf1099c2c61b2ebe037d5b91bfbc6 1.49 MB 3,138 41
814,084 814,084 000000000000000000043c3e185db70330744893979f35c702ac2006baa79649 1.88 MB 1,566 26
814,083 814,083 00000000000000000000304afdf33a9d527a4bd3a6b964b86fd86112064a1f42 1.74 MB 1,583 25
814,082 814,082 00000000000000000001c045ce67892415194bc384b1bdbf6c99108714ecc3b5 1.62 MB 4,173 31
814,081 814,081 00000000000000000000d460c8558b059590ebfcc4755c0d603c4b471b859bf8 1.65 MB 3,286 30
814,080 814,080 00000000000000000001490b320a99c378e8b6ab3fdb388df63a787465ebf5ed 1.40 MB 2,761 47
814,079 814,079 000000000000000000006b079a39459bb539baaffe8ac7466d8f0b9e86a54e75 1.59 MB 3,297 20
814,078 814,078 00000000000000000002610b9e0f15a296add3b536c4186a2f1ce3043c8c0c72 1.48 MB 3,536 34
814,077 814,077 00000000000000000002e307eb09e8988bdff31c2d9c621e578bb3a33fcf3e90 1.45 MB 2,456 22
814,076 814,076 0000000000000000000099b9b7b032d5dc54dca51270bd75900c610fdad08f78 1.59 MB 3,140 20
814,075 814,075 00000000000000000001bf02223fe9252d705a1ddf1f044f9743f24bd0e1a75a 1.44 MB 3,468 34
814,074 814,074 0000000000000000000154ff52c0e48ab442d3838355ea96194a961782d5fa30 1.30 MB 1,766 13
814,073 814,073 0000000000000000000317eb9d5ff53bcc4a358e3b466f4192b793d92d941b9b 1.68 MB 3,726 9
Previous 10 blocks ↓
Total Size: 684.19 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,329.75 GB sent, 99.73 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.