Memory Pool Memory Pool Refreshing

961 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 931 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (762,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,987 145,987 000000000000051f4b3c4811469a7437190e996c3c964a4d7148091d6599ab8a 0.02 MB 40 277
145,986 145,986 00000000000008a8585b648575be056dd1b8e4a0afb330cecb4e0a3158cee53d 0.03 MB 61 118
145,985 145,985 00000000000003238f5ca987ee67154876c2e3ac185993e1f7e3ad4e869521fc 0.01 MB 19 85
145,984 145,984 000000000000002241293522608f5d43cdfed0d9e650a059dd4e08664a5f7bb3 0.02 MB 61 65
145,983 145,983 0000000000000204e38fdf1bc1c59684143447e2ce1333c3053ceb74aa87d097 0.01 MB 20 219
145,982 145,982 00000000000005d617b8572e6c416d0e2cb27c906918f9e04906f48a21aaf398 0.01 MB 16 328
145,981 145,981 0000000000000301ead6529de31fb59f45313b27bdc2f6bdcecfea66b3d20fc3 0.01 MB 24 147
145,980 145,980 000000000000071e4961d5a966281ad521d9571e6e137ba0d68d63cfae479d37 0.01 MB 25 29
145,979 145,979 00000000000002126eeee4230482b83bfd0d8399f5d7d78a138e8918172e5792 0.05 MB 154 41
145,978 145,978 000000000000030a8cfe751d1512ed23b6576dbe4a5f5078f0166f1ddb04ca55 0.00 MB 11 16
145,977 145,977 000000000000008d52d39d96eb511c4c2df8db872f21ccc155f7141efc2c0860 0.01 MB 29 187
145,976 145,976 0000000000000595a849a45d7d63c95c8b7a41b741c84c404a96cc665373f62b 0.01 MB 24 48
145,975 145,975 00000000000000b722dfdca56b0a12640aa91c7ced267597592ed5d94cca731c 0.00 MB 6 1,688
145,974 145,974 00000000000004a9ad0e6cedee3df2658d5fb37e154be4de6d95fd621806e079 0.01 MB 26 277
145,973 145,973 00000000000006274ad73d0b9f4db9dcf5a0905cf9c20d56b71361fc3220f62c 0.03 MB 54 149
145,972 145,972 000000000000017090f2d25a9296ccdec096e3b0d3f937715a1fb1c182e079df 0.05 MB 111 306
145,971 145,971 00000000000005b5fd09f15606d09cf420928d01d09515b79e317b859651f301 0.00 MB 4 1,356
145,970 145,970 0000000000000224e50ed410ee01a8da20d788657dc33266eab64ddf0e344fa4 0.01 MB 16 584
145,969 145,969 000000000000015dbac50e211691ac239b1f87a1e1e9e99b166cceb4d239dd87 0.04 MB 121 108
145,968 145,968 0000000000000605574d9de3813be5d87669982b553578e7a6142358950d1c43 0.01 MB 24 39
145,967 145,967 00000000000003d0044de822c53de033b1ea6f486d34f7cda7ff57efdb7b2300 0.01 MB 35 117
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.