Memory Pool Memory Pool Refreshing

1,243 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,211 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (123,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
783,942 783,942 000000000000000000044d694c44411fab4f1b116b9484987b2f5eee90248cd9 1.60 MB 3,245 23
783,941 783,941 000000000000000000006d67b2c0335493a722bc275bccd986a1523e3f135de0 1.47 MB 3,378 26
783,940 783,940 0000000000000000000324f41dcca9dc6594cd7c3e8dbca41688ede61d804cc0 1.51 MB 3,496 29
783,939 783,939 000000000000000000060162a1a04898a988251706c74982b973e9711f51da23 1.40 MB 2,813 38
783,938 783,938 0000000000000000000183decdbb4cfebab7c375eaf6bff0814f7fdceb4625a5 1.36 MB 2,109 37
783,937 783,937 00000000000000000004f0547877961e0695eedc55b41ad3622c92cf6b3c1379 1.56 MB 2,793 21
783,936 783,936 000000000000000000009e313c1537638374fb8bcf7eee5f9ce005a9dd88f1e2 1.49 MB 3,823 32
783,935 783,935 000000000000000000022045781938010d73fa136d6c19de64e5afb877cb0bf2 1.55 MB 3,724 31
783,934 783,934 00000000000000000001d630551e1953cf90603a718f50dcf52d467cc8a27d88 1.58 MB 2,708 23
783,933 783,933 00000000000000000005f9336d11a591d6d7b24b520cbfad3cdb573629b1f6f1 2.53 MB 2,402 7
783,932 783,932 0000000000000000000460ed984f04c7780b165f972f34d4887f0743ff15923f 1.72 MB 1,839 11
783,931 783,931 00000000000000000002b9c4ca3bb3bbca52f64016d7a34956e3eb21a38ad275 1.69 MB 2,921 13
783,930 783,930 00000000000000000002d85bbbd375a2af7fbfc7b397c94c756813c61f2f637b 1.75 MB 3,145 13
783,929 783,929 000000000000000000051ca961caa2f85c36fdbc953d4d0d729e11daa9163f64 1.39 MB 2,469 16
783,928 783,928 0000000000000000000035dfb59fc41154513e2738c6548c2afb920127f3dd3a 1.64 MB 2,502 23
783,927 783,927 00000000000000000003e2b324033ad841dadc31913c35322162d5ae521a06db 1.30 MB 2,071 22
783,926 783,926 000000000000000000006b90fba0119d7ee06de5520798d8661f41917b89e3f5 1.57 MB 3,046 23
783,925 783,925 000000000000000000035da2daddfe91c78826b82a9d16541678bad17a8835dc 1.53 MB 3,304 29
783,924 783,924 00000000000000000003bb46a185d6036affed77a8a48f7f531ce0725b02e6d9 1.42 MB 2,246 37
783,923 783,923 00000000000000000002982a53f3920ec5825eaa905eb1628c74ec20970dfd4b 1.58 MB 2,640 33
783,922 783,922 00000000000000000005053701cd3bbde4e15a676371fca59400a7775ed82137 1.51 MB 3,283 23
Previous 10 blocks ↓
Total Size: 769.19 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,633.70 GB sent, 93.89 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.