Memory Pool Memory Pool Refreshing

1,979 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,968 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (544,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,647 363,647 000000000000000009358839ff22619e5bb94f98e259dbf0ff1acf0d8086bbfd 0.40 MB 343 14
363,646 363,646 000000000000000012ff3f3741d38e93e54433c57c74aa422fc6037db21eff24 0.75 MB 1,324 23
363,645 363,645 000000000000000003484462493ea05ccf0ae5f085ad23a850e736c985123229 0.75 MB 1,183 29
363,644 363,644 0000000000000000124e7aaf41ff26ce5f6ec4864bff07e70363e5c81428a994 0.95 MB 1,539 47
363,643 363,643 000000000000000006dcb2ede8c847fda12f226e0dabd4d8a09153003d01066d 1.00 MB 1,774 64
363,642 363,642 000000000000000007822ed5711b8d3e054baed6d89e3731ffba544248ed3748 0.75 MB 102 96
363,641 363,641 00000000000000000a8fe29dbb050f06b43494164beb440771742c9f584ba149 0.34 MB 462 17
363,640 363,640 000000000000000004e9d99b1f428b38f21393388b9e92a4c5a78dbb775775dd 0.75 MB 1,400 30
363,639 363,639 000000000000000000cf6201a24a46cacd53cccd8f06cbc2e54af487e1100f05 0.75 MB 1,546 29
363,638 363,638 0000000000000000120758e8c10f256fec83b60a38c7dc3319a38a7807dc180d 0.74 MB 1,455 27
363,637 363,637 000000000000000005447d2a275aab2d931b993409aad35ca59590fd7b54d40c 0.75 MB 1,399 31
363,636 363,636 00000000000000000466fec33c167542dec3d6df6220f55f62763f623a55bcf8 0.48 MB 978 34
363,635 363,635 0000000000000000093792e34c0c47f5afc34075129c2f1d14cb0edab3cf5a4e 0.18 MB 323 27
363,634 363,634 0000000000000000060c259abd4b1973fed690532d7417ace39cd1a1c16890b9 0.12 MB 296 30
363,633 363,633 00000000000000000bcb1ba70a3e3a90dedf63c14626d5552addbd32e0e2466c 0.00 MB 2 0
363,632 363,632 000000000000000009f858d88bcb293a27de4f5c63809fad99d9d09764bfab43 0.04 MB 48 13
363,631 363,631 0000000000000000051aff81a245c2f2253bf5c6b909e969b46a94e2f53b02f0 0.14 MB 275 32
363,630 363,630 00000000000000000703b8ddf552b2c7bf43671bb1a5112fa66f8b4ac4fd7ee3 0.37 MB 710 27
363,629 363,629 00000000000000000cd0d4804608961d5804e1a3aba1897d5358bc3a91a7508c 0.85 MB 1,578 29
363,628 363,628 000000000000000002999c057279fb8aeae78646a053620a296c05000c01b789 0.18 MB 437 29
363,627 363,627 000000000000000009536e6e82cecaa86c128512a832850a087e8f235b210e58 0.64 MB 1,368 33
Previous 10 blocks ↓
Total Size: 769.10 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,629.05 GB sent, 93.40 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.