Memory Pool Memory Pool Refreshing

2,498 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,023 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (17,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,955 889,955 000000000000000000022b7f9255b30dfa17cc334bf8f0084a42b028027e975b 1.93 MB 852 1
889,954 889,954 000000000000000000013808e63e5a0cae5e719f669c49d5b28d47f8ef02b636 1.68 MB 3,652 2
889,953 889,953 00000000000000000001262b48e4a47154197d8d90be2b0c42495016c115b292 1.57 MB 1,492 2
889,952 889,952 0000000000000000000037312e1dd32e82d7f1a6d2b5afecd7de38bacab184ba 1.59 MB 3,540 3
889,951 889,951 0000000000000000000085bd3c360806e186ee2a1f09ede6b8b0f52760ec9d1c 1.69 MB 1,702 2
889,950 889,950 00000000000000000000ceae847e73bd97114b310caf48cc8073a3d030a199cc 1.84 MB 2,412 1
889,949 889,949 0000000000000000000206b857a54e22a6c4770c5004915b7b4868976a21d055 1.58 MB 2,330 3
889,948 889,948 0000000000000000000194940d41e1dcd0eb23b8e5f994d6910fb15d64426e2f 1.42 MB 2,166 1
889,947 889,947 00000000000000000000c6df2f42191a47d5dc036d5383467d977064ebc4728b 1.58 MB 3,151 4
889,946 889,946 000000000000000000006ba666b2c55184435152d678db9d626ec66c90d38742 1.55 MB 3,435 2
889,945 889,945 0000000000000000000163d843c893ab3b72412f22991aa5be70657d97b682e7 2.09 MB 161 1
889,944 889,944 000000000000000000023e524ad722de65ab0e03a0e2e3ac381c5ce870eeec53 1.54 MB 2,688 3
889,943 889,943 00000000000000000000b87c19ecec10bc5db2804a549faf050f013e09f1973e 1.84 MB 644 1
889,942 889,942 00000000000000000000b334752e6978e60449beeda11de8d830764c189f410f 1.23 MB 1,277 1
889,941 889,941 000000000000000000005d190bb25af35dd015f580c0319b4503b96883a9cdbf 1.64 MB 2,850 3
889,940 889,940 00000000000000000001d2c8399a74487515d01b0f7bbfe7a9db636cee426df5 1.70 MB 3,064 4
889,939 889,939 00000000000000000000e6e5c2d21b488b843e50dd1c02c81a64d4a88a44b41e 1.34 MB 2,160 2
889,938 889,938 000000000000000000000d0b9164a37504a57dcc4223593c997a71cd5a680832 1.60 MB 3,719 16
889,937 889,937 00000000000000000000bee152979e341012936b8f18f189296cbfddee2e6559 1.45 MB 2,904 4
889,936 889,936 000000000000000000006124b51a84a3213fabb03efd786118361db34bd93395 1.55 MB 2,423 3
889,935 889,935 000000000000000000012f574add0edec874e6903c812fe64ba3296b7107a5a1 1.77 MB 1,371 1
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, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.