Memory Pool Memory Pool Refreshing

3,352 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
908,423 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,366 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,422 (895,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,649 12,649 000000005f22040f7ba209cd4256ca8cb0483164ce055eb3c5cf5a137e1e9a13 0.00 MB 1 0
12,648 12,648 00000000aad4030ec956e154d026b028377d4234a757664f639a9fc7c8dbe861 0.00 MB 1 0
12,647 12,647 00000000fa782a5e859ed83bf4f2059258471fba80db735cfbb822f359c94e2c 0.00 MB 1 0
12,646 12,646 0000000045ca5c0891b8d478dc5f52175086dde1d2f732db943fad64adf78be2 0.00 MB 1 0
12,645 12,645 00000000625a8e1f94855caf9e4ee731d64a4c7a9abd7a2ee52e9ccbc5a46a20 0.00 MB 1 0
12,644 12,644 00000000789667bf18348f55f970cf8e8256720010a9710997d7a69c87b28bb0 0.00 MB 1 0
12,643 12,643 000000007bb916d14a07d6c91a82592a4789cd5464b8fc3f3f490816a2406bc5 0.00 MB 1 0
12,642 12,642 000000009b8d9a3d5d96121299883fb448aae836f9c472afe856bd101b6b0744 0.00 MB 1 0
12,641 12,641 0000000063abfec53cda19fa3ff97d454b2a2b099bdf5bd21efd4723077e2c06 0.00 MB 1 0
12,640 12,640 00000000f317eb49aaef9ad1a9a6010836f0259788f3e9ea2e55f5aba019279a 0.00 MB 1 0
12,639 12,639 000000008a1c0d2636c11913128141d089bb347b1b0853bc6216c1ea569a6a8f 0.00 MB 1 0
12,638 12,638 000000008c3c15b1c6e06875d81499e95237f5998aba6447a0db38d2661c9073 0.00 MB 1 0
12,637 12,637 000000002445c96ecb31e8b70ea44eaae3178e0e0b055ed1a4212002ea2b0124 0.00 MB 1 0
12,636 12,636 00000000a7fd000c8a2ab38415ab8569606678b2dbb43ffbf9257059cc3f5dad 0.00 MB 1 0
12,635 12,635 00000000377aad35a05049fd584ae0d1ac8b369a3a361b37a0cc6bb448be6751 0.00 MB 1 0
12,634 12,634 00000000acb9cfd0ddb2b5dd67c311a86d3be06ba7c98859b1dd435e854449a2 0.00 MB 1 0
12,633 12,633 0000000062b7d36f1a0ff49c1e5f326f45658765f702a02421130da6d5fdd066 0.00 MB 1 0
12,632 12,632 00000000e296a3f6e0de6a76306902804a7cc53bf64681a53cdb942e4fa6cf1b 0.00 MB 1 0
12,631 12,631 000000009371923502c189a604e3b15a3a8f6df1f17090bc1af914a25a94a890 0.00 MB 1 0
12,630 12,630 00000000f39fe7f58df3719b5ac241f0187d6a85a4b50692cb1fe928d57359ef 0.00 MB 1 0
12,629 12,629 000000008d1d3c905f731ee38631a0bba1222b8cde8b096936b8e1af09d28339 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.48 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,760.25 GB sent, 99.51 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.