Memory Pool Memory Pool Refreshing

4,658 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,801 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (584,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,117 323,117 00000000000000001cbfdcadef119bbdffddd37e7d5d27733fcd34fa4419015d 0.20 MB 408 29
323,116 323,116 00000000000000001484861eeaba7525876db22063043e42753926b9d56d2d9c 0.78 MB 1,362 28
323,115 323,115 0000000000000000044b8ed2da797fb37e7e645038e84bcab237a77871f24de1 0.22 MB 272 22
323,114 323,114 00000000000000001e35f9d2d505f7888966e3cfd327d7f190a35a2de9e54430 0.06 MB 82 4
323,113 323,113 00000000000000001e13b07e26be21befb6807150f04155212cd9591c4c27d80 0.11 MB 122 13
323,112 323,112 00000000000000001f90787243079f08f4d87dd47763040cd97f0ff08fafe1cc 0.18 MB 247 27
323,111 323,111 00000000000000000715c535e5fdc0eb6c4c23fcc67da75f95029a39b03d6999 0.30 MB 583 28
323,110 323,110 00000000000000001a5b4d44e008283b9a2e2a911dc800c5f03609407105e771 0.24 MB 178 11
323,109 323,109 00000000000000000e9fcb6aebf0af9a0f7427e0f0887eff090467541ecc9c01 0.75 MB 666 24
323,108 323,108 00000000000000001bf588a72bfe62c926fae5c99cb8dc44c783081ef6b16d67 0.75 MB 1,013 26
323,107 323,107 000000000000000019ecb60ccb266b3c58bbaab47cad6fec6d26e48b6ae77fd6 0.75 MB 1,696 33
323,106 323,106 000000000000000013b0087df3497619842d10cbfaf15576f65bb7ac09686468 0.56 MB 928 26
323,105 323,105 000000000000000005ec521f71f64478d65e5db7a816ef8f093c2b9d959dc5dc 0.03 MB 64 87
323,104 323,104 00000000000000000fb078a32af41b1cdaf836f9cb3e64154183c459ac2ba53f 0.56 MB 565 20
323,103 323,103 00000000000000000fabf90a344f87200f4c925c92b15bf9650b5b34a8b6496c 0.08 MB 137 19
323,102 323,102 00000000000000001c956ccc51faab7b5567d521d514d72851059cf977b0ad3d 0.13 MB 274 30
323,101 323,101 00000000000000000af232a8e9c8e3a8ab20adfa27253899f863dd9d9b33e3cc 0.35 MB 839 31
323,100 323,100 000000000000000007cec5daba6c4cdc242c74b71694beb83cadc14d02da3d3a 0.36 MB 741 30
323,099 323,099 00000000000000000901e030c7ff9f51accca756803233723ead40b5988c2e0a 0.35 MB 795 32
323,098 323,098 000000000000000000e3debaea027b6f074370d5f8bbbc12b7eacca84eeb2ba7 0.42 MB 502 18
323,097 323,097 00000000000000001e80614b307464df1af051b50c5dd15fd5e8c0034bcc969a 0.62 MB 1,475 35
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.