Memory Pool Memory Pool Refreshing

2,123 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,960 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 2,120 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (552,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,728 355,728 00000000000000000a7f51f3d0c9fa79f061dab85a25c57157294bdb8391eca1 0.90 MB 1,660 27
355,727 355,727 000000000000000015694c453c49a613a3bdb1759c8812c337b3be36458130e9 0.58 MB 586 11
355,726 355,726 000000000000000003f6f143c5e633d5ab4a08c0b3b6c1f6a34e83d30139a405 0.75 MB 1,121 24
355,725 355,725 0000000000000000046c55f46fcd796aa28720688afbaa2e4bde27dea748a817 0.75 MB 1,133 21
355,724 355,724 00000000000000001111eadb55fd1ca1b95669904294c0dd05d57991979ae8e6 0.75 MB 2,297 43
355,723 355,723 000000000000000007c7f76139337294f66ef3e73e1b6eda21787c79bc74cf11 0.12 MB 185 25
355,722 355,722 00000000000000001162f5f90488426ab4e0887768519e36c11ecfac368cf380 0.13 MB 300 18
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
Previous 10 blocks ↓
Total Size: 769.47 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,646.27 GB sent, 95.30 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.