Memory Pool Memory Pool Refreshing

3,075 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,414 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (7,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,815 900,815 000000000000000000004153fc9d223d603802a8253d8c8ef8bcecc06770eb38 1.65 MB 3,340 5
900,814 900,814 00000000000000000001a32d651f7522cf8a78b9057ebe7780cb44b9daf2ba03 1.87 MB 2,193 2
900,813 900,813 00000000000000000000e2f93c3d7565b64f7713fd4c53af650fd6604170b632 2.01 MB 1,514 2
900,812 900,812 000000000000000000001d04cc7a728b1a4cfbeb2f14539b31d9bbc95677a122 1.83 MB 3,191 4
900,811 900,811 000000000000000000014b1bf9612f2946c42d4f2cb1499a76b2c37abda5627c 1.04 MB 88 2
900,810 900,810 000000000000000000001d815bb19ed4b999116a0f143e9472cf508cda9438f6 1.62 MB 2,738 4
900,809 900,809 00000000000000000001afe19f600dc9b366e9615d7af420d3741c3785e0557d 2.16 MB 1,852 2
900,808 900,808 00000000000000000001c9f6d3b056fe0b8b063ca3c439c5dc941a39b4b5edb4 1.95 MB 2,962 5
900,807 900,807 0000000000000000000236906a66a534ab37db659dc0e72701023f6d051dfca0 2.92 MB 1,986 3
900,806 900,806 000000000000000000017d0207ae76e6667343fbebea2a9639295ee6946f4095 2.07 MB 2,812 6
900,805 900,805 00000000000000000000ee830b3d4427a29605ad3abc714a6ba71696f39f2bca 2.37 MB 2,618 5
900,804 900,804 0000000000000000000150abcf60d0197bf9f40e59c76352833c75905dbd2f61 2.55 MB 2,542 6
900,803 900,803 000000000000000000005dd3f6b3700be89a75bcf30432f24afb4466f17b5215 2.70 MB 2,053 6
900,802 900,802 00000000000000000000910952f3009215af2eccc48210550e10c7abfc6309fe 2.33 MB 2,616 6
900,801 900,801 000000000000000000009d78e60127f5d2b692a15c72555c20a4350395abae14 1.53 MB 2,549 3
900,800 900,800 000000000000000000004520de35c6f8c5dbfc4473c27983fda12580cd0c28ac 1.58 MB 3,711 5
900,799 900,799 00000000000000000001a2d4dc22bce9299d31baabf8e96371c1fe305269b4e5 1.38 MB 1,195 2
900,798 900,798 000000000000000000010296d84c561e6e160d27ea1c17e2b6c165a8f49531bc 1.52 MB 2,527 2
900,797 900,797 00000000000000000000f2e23b982149554f73b0c7c745000693fad9b55e406d 1.59 MB 4,294 5
900,796 900,796 000000000000000000007e0256cef9f108bad49d76e8e03a8726a33803c1c70b 1.60 MB 4,369 4
900,795 900,795 00000000000000000001210e1912e42c5a261fac72b05b9a7ed84bc3543c1f9d 1.57 MB 4,364 5
Previous 10 blocks ↓
Total Size: 769.30 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,642.65 GB sent, 94.43 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.