Memory Pool Memory Pool Refreshing

17,870 transactions
5.76 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (13,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,458 894,458 000000000000000000011d14e2c99386cd91d02f59b3af185f46ff368afdc9b0 1.76 MB 4,796 4
894,457 894,457 000000000000000000018c35470a5c5bf698ca105286b1d627705c9020e885a3 1.74 MB 4,733 5
894,456 894,456 000000000000000000009291b52fe5cee2c16b7564669912714daed936f993d7 1.69 MB 3,957 8
894,455 894,455 000000000000000000015162befe46176e59dc00f1ed28b50be59cc506170bb4 1.79 MB 5,276 3
894,454 894,454 00000000000000000000ea005c7be2f271bc335bbff0c0044b4dac03287d48bb 1.71 MB 4,497 4
894,453 894,453 00000000000000000000c674d112444270eaa193b296e96ea2acdf1815a17acd 1.69 MB 4,282 3
894,452 894,452 000000000000000000010247840bec6022e3264d1b864568e4c77ac2e146ed79 1.65 MB 4,259 7
894,451 894,451 0000000000000000000168479bcc3a7d1ae088bfe819d04d88c99fb4869ef5ed 1.73 MB 4,594 3
894,450 894,450 0000000000000000000214909bf91632c4c817b39794021468a2548cb4d33d76 1.66 MB 4,582 7
894,449 894,449 0000000000000000000113179869a9e00541494a5c93cd6d72891ef147deb33e 1.59 MB 3,034 3
894,448 894,448 0000000000000000000136348d771aba95b875bafc2098af08e242ad026e83de 1.62 MB 3,728 3
894,447 894,447 00000000000000000000dd25d900dd0ba3e7f5d825e47bf1abc877741673ca4f 1.38 MB 2,471 3
894,446 894,446 00000000000000000001e906e1c27479e63de2800fe012cf3373cdf23c03ea76 1.69 MB 3,443 4
894,445 894,445 0000000000000000000224df91774484291d71fa371bb8370a51859d1b669e64 1.91 MB 3,628 2
894,444 894,444 00000000000000000000a40033f1f8c004cce6fdec5f7d93a11dd327b4e556e3 1.80 MB 2,858 3
894,443 894,443 00000000000000000001e592524e7f305d75772e49ab247f51f3e57e20bb4f53 1.86 MB 3,930 2
894,442 894,442 00000000000000000000dc84c3032791fff1ff9eb2c1b0de658cef7df1814d60 1.70 MB 4,239 2
894,441 894,441 00000000000000000001b102210d393141906d4ed72ee8c6e5c0ee2c0a313fee 1.67 MB 4,106 2
894,440 894,440 00000000000000000000bfbdb460d94a848cb311f4e2c6d549d2731b25f2c663 1.67 MB 3,813 3
894,439 894,439 0000000000000000000045cc1d615343313cd9daecb5ed5bfdc74b0e26b0e4e5 1.15 MB 700 2
894,438 894,438 00000000000000000000d25f35af50e843c521fcb501f51f87a35ac7e7394af0 1.65 MB 3,237 4
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.99 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.