Memory Pool Memory Pool Refreshing

4,232 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,487 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (793,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,957 113,957 000000000000d5cf8bcfb3e24bd018caada7bab942f4441f137f8336121eeac9 0.01 MB 34 0
113,956 113,956 0000000000003f6b168d80abd0aba0e333502967751b8b5d0516801822542c26 0.00 MB 11 0
113,955 113,955 000000000000cba9f4ada3994c75665cd6380b2ff4b081c81889588a4eff84ef 0.01 MB 36 0
113,954 113,954 00000000000016938fff44051c9f6430deb7f9e469378415235b8e9bb0b38ce5 0.00 MB 11 1,212
113,953 113,953 00000000000086029bbe9d73bd9b6ac62078fbaf6967d68f5830b70e16045e1f 0.00 MB 2 3,891
113,952 113,952 00000000000082b05d743c909a8b8c18c89d897b2a61ecdfb25ea5ca7822f2d6 0.00 MB 12 0
113,951 113,951 0000000000003eb996719c989a0c667df560c7df0c790f5e57514216eb4255a5 0.00 MB 10 0
113,950 113,950 0000000000009aa0cf1aff000ae2f98bd326983cb1728ac9a261783d4e2533ea 0.00 MB 13 0
113,949 113,949 000000000000bcb29264ca0ec4dc540a38d4ccdeb3fd43a6b4032cee875b3359 0.01 MB 25 308
113,948 113,948 000000000000766c612cf61c01eb9c710d1084b2fff954831af14672f47499fb 0.00 MB 13 1,027
113,947 113,947 000000000000d49319e9c42e18026ed7b2736bffd70468b176551d85cdd101c6 0.03 MB 139 59
113,946 113,946 000000000000b6a664d38380e68521d9ca39c26244cee64386b612ef20aadd57 0.01 MB 37 0
113,945 113,945 000000000000d4c3362d8fbe93c61fe31a9d4bba35a9ab97feeca6672df0ee6d 0.02 MB 41 56
113,944 113,944 0000000000009ff94d923ee43ca1972d57cc6afad1f251d20afa0d9f042fbde4 0.00 MB 4 3,880
113,943 113,943 0000000000004f2bbe272f383853bbfaf936b52ebd8c12a272556c046243db3b 0.00 MB 8 702
113,942 113,942 000000000000c9693b1816c6afeee264e65b57d4d21e20a44606e289aeda6260 0.00 MB 9 0
113,941 113,941 0000000000001fc4c90c7f083fd3bb206e404bcf808112ff8f51df05fbbd150b 0.00 MB 10 0
113,940 113,940 0000000000003eceac25f5ee2fcdc44c24d3fa99f7f1e9a2f23c1673e490f47c 0.00 MB 9 0
113,939 113,939 000000000000825370dc461b7171814e4accd95c9768b17266109756b9456124 0.00 MB 10 0
113,938 113,938 0000000000002951cff0deaa5489c51ccc36bf3be1622cfc4948a5b31a421027 0.00 MB 12 0
113,937 113,937 000000000000012f05e06d0273ab628ad1b3294b98c9a8fbbb7662e2e5b77848 0.00 MB 11 319
Previous 10 blocks ↓
Total Size: 769.01 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,617.24 GB sent, 92.87 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.