Memory Pool Memory Pool Refreshing

3,492 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (573,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,925 333,925 00000000000000001881499e1f6ccc384d9aae05d910dbe5e2084c46e727ac35 0.75 MB 790 17
333,924 333,924 0000000000000000176edd85cf5309fb2cfec99473c3e65c6e01eade00340c03 0.24 MB 512 28
333,923 333,923 00000000000000000af8684af9b5b96f1d34328d77afe3783cc55ccd895e4157 0.75 MB 2,258 38
333,922 333,922 00000000000000000b2dde107d49f8b98eb9e1947cf87d3bb66af9fd2d7c82c0 0.10 MB 38 4
333,921 333,921 000000000000000007be9d6fc7e145b2b56a4673f7cfea041cde1e25ba050381 0.18 MB 314 22
333,920 333,920 000000000000000007786c48ac2be2308e5f59368450ee972dd9e8b54333c9e1 0.74 MB 1,071 24
333,919 333,919 000000000000000019d41cba848eab3f08359a53fbee8f3800f982a1b71ee87f 0.27 MB 542 25
333,918 333,918 0000000000000000127aab66aea97318db355dedd7bdc1ddce58151ed39689c7 0.06 MB 125 27
333,917 333,917 00000000000000001a457f3a7f99c9706b5caf1d37b9f5290f8459b2dff6a1e4 0.05 MB 81 3
333,916 333,916 0000000000000000025771b97e0297cc45fd4081f3b1933db00dafdba80b7e7e 0.10 MB 146 21
333,915 333,915 000000000000000000f32a4d103ba39def55f13c9c3995a0a42e06c08a83b3ef 0.75 MB 1,128 20
333,914 333,914 000000000000000009a41fb217cb601da2bce51ed3521b37b5bfbc6520d775e6 0.15 MB 256 84
333,913 333,913 00000000000000000080ff1679c37cd95564f06feed5e36926ed70caa68c9dbf 0.75 MB 894 17
333,912 333,912 00000000000000000d3b716b625ef445675a91a61631d78d3fb56e2aab04b2a6 0.00 MB 1 0
333,911 333,911 00000000000000000d881880e04ef8325e12a7685a1d9f7821ea0a190b7b520d 0.38 MB 953 55
333,910 333,910 00000000000000000a479047752226fcd6ef3e2091af7ec53534da5c085917dc 0.18 MB 421 27
333,909 333,909 00000000000000000007e35a385b204f5602adf4fab6efd19fcace2bb33e8c1b 0.92 MB 830 13
333,908 333,908 00000000000000000600125fc1b4d87cc02a44095eb5d255693100964bcf90f9 0.50 MB 873 24
333,907 333,907 000000000000000004ad4ad4d4c0a7677cae106a545493bcf9c091c90b01b2a5 0.75 MB 1,041 24
333,906 333,906 00000000000000000e698ac7bd142c2a766fdc1cc24435d35d6fefa3aa4d4719 0.75 MB 2,037 33
333,905 333,905 0000000000000000058ba23a389f72c200c8f4f4fb2c06a86546b64667267811 0.32 MB 917 40
Previous 10 blocks ↓
Total Size: 769.17 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.31 GB sent, 93.78 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.