Memory Pool Memory Pool Refreshing

18,138 transactions
5.44 vMB
Show Random Selection Loading Transactions
Max Size: 35/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
904,194 0000000000000000000268160000000000000000000000000000000000000000 ago 1.00 vMB 3,158 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,193 (782,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,021 122,021 000000000000499adc9e78573b94b50411aea990ab51bf9bdb79d8fb08bfbecd 0.00 MB 11 0
122,020 122,020 00000000000056dd4fa9545c3f907a87b2978b999803f90cb8323dc8e0e126cf 0.00 MB 11 306
122,019 122,019 000000000000449857887020aa8851ba2567c21fdd6ec086c938a177f8b073c4 0.00 MB 6 222
122,018 122,018 000000000000279caad9ad0a3b159f2dc628a7c4bd1649294891a2d60f419ac2 0.00 MB 9 0
122,017 122,017 00000000000052871a67adb1971007eff6d031cf8bebaee2885f3e9f84a52017 0.01 MB 39 673
122,016 122,016 00000000000084158cad1f248d9efa6c39f310f062820f828f4fd0196e788fc3 0.00 MB 11 324
122,015 122,015 00000000000044ed726dc0c487cd69df71b807a793ea10731a23a80cac8a884b 0.01 MB 36 2,594
122,014 122,014 0000000000009508c738a55b5af55048203f37484c02c4675618a3eef69f64f7 0.00 MB 17 600
122,013 122,013 00000000000016ebf666752329ecb650dbe63c6aaa1b59e7bd888d68b59a14c6 0.01 MB 10 158
122,012 122,012 0000000000008045fae56fc042668df0e6d2b142243e7e66a4d8f0de8f3beb30 0.00 MB 12 0
122,011 122,011 000000000000529a100075311b9de8c8193f6a0e68cb454332d29741fc7c0ff5 0.00 MB 12 0
122,010 122,010 00000000000080006bce68e21d47dc51e115c2f32fc2de36e20334c377d61b28 0.00 MB 5 0
122,009 122,009 00000000000049784cd4a88e8c08af66a8acc931067630dd21703311761e6ad2 0.00 MB 15 244
122,008 122,008 00000000000020c5d53d2544da4194cb9a2219b268101d78c94b6b29289b10f7 0.00 MB 11 323
122,007 122,007 000000000000153cadda509fae1fc51cec6dd77d352697ef427e3bbf53bd804d 0.01 MB 27 495
122,006 122,006 0000000000005d5478e0bde29bf25d3dc092476e4f9dd618625b6e7792424e27 0.00 MB 1 0
122,005 122,005 00000000000067804645fdd17e7242ebc672740f49d2e6f24e68fe22a19f580e 0.01 MB 19 110
122,004 122,004 000000000000714dd59c8ab4e2f5076381e42cffe6279234471f53506ea463c9 0.00 MB 14 219
122,003 122,003 00000000000038f9fac7cb68784dd7878ccaf70a30a0c1da81dc9e6b1ef46869 0.01 MB 9 193
122,002 122,002 0000000000007d0a14d4e2995a96db8f457b0ed79e9eb4fde8733044e18091a7 0.00 MB 13 0
122,001 122,001 0000000000004ce89031692cee278dc09e09aac24fb2ff514fcac80e4013a911 0.05 MB 153 0
Previous 10 blocks ↓
Total Size: 762.85 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: 973.54 GB sent, 60.16 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.