Memory Pool Memory Pool Refreshing

234 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 223 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (687,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,145 220,145 000000000000050f917d62831f42284d11ed5ae6b964e18af574ed841eb97529 0.00 MB 12 344
220,144 220,144 0000000000000017edfba4f1576383c824e8e65d641bbd33ab0caed675b5a268 0.25 MB 769 290
220,143 220,143 000000000000047bbad2c359fdbac2add47827002469597d2e6222f8eec5821d 0.25 MB 676 191
220,142 220,142 00000000000003b4ed65de2e9b8ac4801de8f4906413f7af138cee5c9aa8e7df 0.26 MB 550 120
220,141 220,141 000000000000015bcd8e1024a3759a29adbfda9feea33a95b20bace5ebc2032f 0.30 MB 631 193
220,140 220,140 00000000000003cbbed43079843bac1b05690ba48a8997d343e4166f640446ed 0.00 MB 13 46
220,139 220,139 000000000000042e6d04fdb34f43be4284f9e4456d3ec10829ae32bfdecc99ad 0.29 MB 480 173
220,138 220,138 000000000000013ba7a7f3aa1c523567bad7be8bd9c4748a17d1b15956b92fed 0.25 MB 468 154
220,137 220,137 00000000000004fb5eebed27bd6a241b37baa5935f253587d9bb038901b2ad7d 0.00 MB 10 46
220,136 220,136 00000000000003ee67e0f5e404213f1ac34ddc98fec8cac1fce22ad91c659ffe 0.25 MB 722 229
220,135 220,135 000000000000041221822ca5055de976bc9a1d844b0e36af37614c0ec7982418 0.08 MB 277 114
220,134 220,134 000000000000007593aabac21a500c6e5bd3f1ae56bdc9444a73259f05e67989 0.05 MB 155 21
220,133 220,133 000000000000012b899fae75efe8222d443581291053a25cb5da12286b401274 0.25 MB 871 286
220,132 220,132 00000000000003c53cf8c0c66071687dc4a2c77cf5bd9d4f1657464ea36dc371 0.25 MB 569 179
220,131 220,131 00000000000002b3011ed23387b94c49477f26b58b5f9067ec4bf11d751715cd 0.25 MB 650 209
220,130 220,130 00000000000004200731b068a238bd889a1605f01634b479e89476d61fe232e4 0.25 MB 555 154
220,129 220,129 00000000000002d1d5696259d1e75e2f29fbde96ec83380885252e59a96b5b61 0.25 MB 860 228
220,128 220,128 00000000000003b16bb405c26c0804c0896739358119d1f9f85b39b2e90e3c56 0.25 MB 910 213
220,127 220,127 0000000000000049f3e96aa4ee0ac8bfeab664b391112d40d62bb3c6ee6d4087 0.25 MB 913 240
220,126 220,126 0000000000000277b4b6bce7bb763e144ca9e7955fc3a53871d7fb5bf589989f 0.28 MB 649 155
220,125 220,125 00000000000000060a18cacef64c318fdff215dd6a8f82a51cae62b2ff719865 0.31 MB 657 162
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.