Memory Pool Memory Pool Refreshing

10,215 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (625,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,135 282,135 000000000000000071dd0059097d0cb275822d027b24ce759ea007e9c0ee6c87 0.06 MB 183 20
282,134 282,134 0000000000000000379acd1f6c3d6b85c5962ef344ddbcb61ff6a9b4950c2407 0.22 MB 564 54
282,133 282,133 000000000000000155353195ac775e8be083750fbdc81b4d86f65d0a749d6e1e 0.21 MB 491 39
282,132 282,132 0000000000000001a2ddbc96ab75effc328afdd4a6990c2392f78f398e4977dc 0.10 MB 183 85
282,131 282,131 0000000000000001e38057ce11b4511b51e1db6792158caa6bc759236f41a33d 0.52 MB 993 40
282,130 282,130 0000000000000001de4f33de4b934186dc35cdf357d760c2675ea225cc2104df 0.10 MB 125 10
282,129 282,129 00000000000000013d53286ac6f1cbe52581c2c701643ea897d18846e876d8bf 0.18 MB 280 24
282,128 282,128 00000000000000024f48984c208a99ac1eaafb02e5f753c849f518e0abf517bf 0.09 MB 186 34
282,127 282,127 00000000000000025e6ec6e11d88a2304465056b408acac1cad9f9917659c70b 0.11 MB 210 50
282,126 282,126 000000000000000165fcbf0d93d1ea0cb01ef9cb162701936aaf030bf621c291 0.03 MB 84 39
282,125 282,125 0000000000000000fc91554b41861fa91f46426538dd6ad6e0cbbe3b01dca85c 0.25 MB 459 70
282,124 282,124 0000000000000001350fca3ace398df1b1f9b032b73bdbdaecb7ad9be140aef9 0.03 MB 67 21
282,123 282,123 0000000000000000eabd4f1f4c7403570ec432244585e8e6b30c85df0282d721 0.18 MB 226 33
282,122 282,122 000000000000000140ace1abec64541941ae08625f60dd24bddd5496639301ae 0.19 MB 471 32
282,121 282,121 000000000000000088d841dac528e687eff1fd9ad671340a37a34a4c6ea18e13 0.05 MB 124 196
282,120 282,120 0000000000000000588f041634c65dfc8ba42d141482bbce8ce1c0dcd42ee070 0.34 MB 581 46
282,119 282,119 00000000000000003ae7ed4e8a612b5922da0fd912cb8027f56f4c9b7cd72b70 0.17 MB 360 51
282,118 282,118 00000000000000001e02d675bfbc2f4d128c4b274b7dc34123586d8e4e0f7d10 0.25 MB 515 42
282,117 282,117 00000000000000006c04834b847cb76e7c541912942acabb65decefe5aaaad1c 0.05 MB 158 67
282,116 282,116 000000000000000202ca0f24940867505fc1c1499f02a5d5cbe1ae8352072ad4 0.30 MB 649 38
282,115 282,115 000000000000000112ed87a3a57411b30f3a0475413ecad7e13d53959944028d 0.35 MB 573 42
Previous 10 blocks ↓
Total Size: 769.03 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,625.71 GB sent, 93.04 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.