Memory Pool Memory Pool Refreshing

1,325 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,323 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (552,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,721 355,721 000000000000000011c5ee78be10dadea5ec53c8470f4448fcf14cbdff0041fc 0.26 MB 367 19
355,720 355,720 00000000000000000c7e1231927355009faa7891b19b601d6c73a5d12253af08 0.09 MB 256 47
355,719 355,719 000000000000000010e243a11c5b0481e23b7e360b7f4b31c7ce2d4accf0ded2 0.66 MB 1,186 26
355,718 355,718 00000000000000000ae375e9a11e3911abeee1d357e33bdaefeafd18f0b53bb4 0.68 MB 1,275 27
355,717 355,717 000000000000000003f5b99fbfe07dbf3ab5ec41de8b4b2cebb57e0cc821d6cd 0.42 MB 754 26
355,716 355,716 000000000000000007092a2ce8749483d59d9a649b73fa1e5700f89dcc53346e 0.32 MB 462 21
355,715 355,715 00000000000000000582aead0f4e0d43bdd7b7e00d168ee880875dc44d0d078a 0.68 MB 1,175 24
355,714 355,714 00000000000000001281e8f38b734fc3843681eb2dc4b7167b3ff8fcaddf90ab 0.70 MB 1,150 20
355,713 355,713 0000000000000000089c391e2a3efaa0a5fb67b331f94fb007b692c43a63361a 0.27 MB 416 22
355,712 355,712 0000000000000000049016ed2a52eea6913f202e4d47e935a512c3f758c449f9 1.00 MB 1,653 18
355,711 355,711 00000000000000000b614fbe458badb78938285f9b6f40fc6e35aa5726836e2a 0.75 MB 1,556 31
355,710 355,710 0000000000000000027534ddf4a20c4850e9b998cb34258ebfd436b7db3914ed 0.75 MB 2,266 40
355,709 355,709 00000000000000000e547efc7d5db6d40f4ef3da19e9aeb0f435eedbb6634865 0.69 MB 1,700 31
355,708 355,708 000000000000000001e7656d70bc08ea10bdec54be2f9ea365126198145dcc43 0.13 MB 197 29
355,707 355,707 00000000000000001672c2c047085db722e577902c48d018cd88f1d46359fa28 0.00 MB 1 0
355,706 355,706 00000000000000000c6dfb32d33feb73f84d280e0329edb762b04142f41aa995 0.01 MB 30 30
355,705 355,705 00000000000000000205dcd89b256bc719431547c65c5ab354b585d3f36e7e9d 0.41 MB 932 30
355,704 355,704 000000000000000006781d77f1b4fd7fcf0b95e413b555749bc6a5de64fa4603 0.00 MB 7 14
355,703 355,703 000000000000000006e7b442d3a38ffa790629fd3a85a5ecef41ded942aa8025 0.13 MB 212 19
355,702 355,702 000000000000000002f917f72c18177d4b7e88a20aca79a34c0f1e5e65e1b884 0.09 MB 256 36
355,701 355,701 000000000000000008f0c2ac23006377644641b8b784a67f0d522b04c91db8cd 0.18 MB 267 16
Previous 10 blocks ↓
Total Size: 769.14 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: 1,631.94 GB sent, 93.59 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.