Memory Pool Memory Pool Refreshing

63,728 transactions
35.69 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,332 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 3,301 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,331 (802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
874,529 874,529 00000000000000000001dd59c202701e92c5b6dae92eb61d32ffc2194dfff808 1.58 MB 3,617 6
874,528 874,528 00000000000000000000259f51579df0404c534d72e42592037654db9c84969f 1.76 MB 3,697 4
874,527 874,527 000000000000000000027ef338f862ac8a82c17189ac6f8bd6a047e80dc49a29 1.53 MB 2,712 5
874,526 874,526 0000000000000000000264e7772471cd3f5be6741033165c0081ac116c02994b 1.61 MB 3,804 6
874,525 874,525 000000000000000000026a4c23e9dbba99b20cc3be3180037f2425a82bcb0477 1.21 MB 1,172 4
874,524 874,524 000000000000000000017fe01a684f5fb21b927305b2d2cd4596aaea9260602d 1.73 MB 3,701 6
874,523 874,523 00000000000000000000786215ee44f90434ba48a702fc1b18428b551aa433a8 1.67 MB 4,251 8
874,522 874,522 00000000000000000001ae6b7b7d129fce862e786b4375b3c1883dc8a4a1e5f5 1.31 MB 2,051 5
874,521 874,521 000000000000000000005f278445f3f4990bc401e1db519ea9b767a9530ebeef 1.18 MB 1,028 4
874,520 874,520 00000000000000000000cc561c1a8607c1cee55fa980459fb4c74a78f2422949 1.69 MB 3,804 7
874,519 874,519 0000000000000000000015fabd946e669d02ba54a3dcc8b62419a233824ddee3 1.52 MB 2,987 8
874,518 874,518 000000000000000000009180c63d3988c507f61709940236d2dff2b899974b24 1.26 MB 941 5
874,517 874,517 00000000000000000000ceb3ab789e126b941592576db4bbbfbb21b00e83b8d0 1.43 MB 1,808 4
874,516 874,516 00000000000000000002a210580445a15ddef0ec0e60c769ae39961d998b07ed 1.62 MB 3,574 7
874,515 874,515 00000000000000000000d28ecbc71566e8c9e88b7c0ec2ff25920bacc48825fe 1.67 MB 3,293 7
874,514 874,514 00000000000000000000682b78ce48eb79b73c4a0222f0c9292d5ef529c87041 1.57 MB 3,385 8
874,513 874,513 00000000000000000001643a0c8aa6e75d9a2bd762ebfdb20ecf97c92e9a3777 1.54 MB 3,480 12
874,512 874,512 0000000000000000000208f54561ede1af2983f4e9c46fd5bb5f7103a58a2eac 1.38 MB 1,803 5
874,511 874,511 00000000000000000001c7cce977fb2ee0c6ad8819f97bb11fa9860a44a1f887 1.67 MB 3,607 7
874,510 874,510 000000000000000000010b75dd899a9aa4c67aa38262bb13e9999f3db3c7c659 1.64 MB 3,613 8
874,509 874,509 00000000000000000000b974e824b8364d29d9d3eab8239074a2a134e55af884 1.65 MB 3,732 8
Previous 10 blocks ↓
Total Size: 709.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 505.56 GB sent, 7.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.