Memory Pool Memory Pool Refreshing

6,827 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,832 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,816 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (797,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,773 110,773 000000000000e87f16215c9b960c660c88f7ae4859d85411059c2481b2e08ddc 0.00 MB 11 0
110,772 110,772 00000000000170fc7122253ca492014a0df06c626588a038029d81d54b288940 0.00 MB 13 0
110,771 110,771 000000000001904eae0c944bd3b579b6b896af574b19fa3d18ce0d76c82c83ca 0.00 MB 9 0
110,770 110,770 000000000001c56fe91cff406f5eda5650746175cdc47bf310b45c51f53498e4 0.00 MB 4 0
110,769 110,769 000000000000ccb3323c68834d9eadac5610688ee2f5a37a46862892e521f99e 0.00 MB 5 0
110,768 110,768 0000000000011fc181702507119ba053579892b1b01625e8ea6937919ea2077c 0.00 MB 4 0
110,767 110,767 000000000001a521a0a09e334be5893b53458cbccc711ebb7c4a87fa9654fd14 0.00 MB 11 0
110,766 110,766 000000000001828a6d438d0abd5bfa3ea8892e6435fb08f76a59cbed849520ba 0.00 MB 8 0
110,765 110,765 0000000000007fda18e83a4c407147b6a8c70a23fe8f9455ab3e9c6bd83d8397 0.00 MB 5 0
110,764 110,764 0000000000011f3165239f35b16bc4ebb42e73dc5ea8f56f13adcb9429a7501e 0.00 MB 7 0
110,763 110,763 0000000000003e0d0ccd9b80dff58c743043a0844febeecc356783833d99a017 0.00 MB 13 0
110,762 110,762 000000000000038efd16f5de556c2fa341045a6ec6fb4f9fc935017456d16eb7 0.00 MB 12 0
110,761 110,761 00000000000163db4f26069aa3521de575cceab549b25968bb52585db3c8c835 0.00 MB 16 0
110,760 110,760 000000000001170c76d181f77b91c80dcaedb5f49270e1cd6253688b420267a9 0.00 MB 2 0
110,759 110,759 00000000000031b4520d4d6cac4eb65acab4122af3d84575eb1a63a3c7b66b10 0.00 MB 1 0
110,758 110,758 000000000000d70d7652d4e4450027e3d4386e80f9b3d19e6c4ecd468f1e35b1 0.00 MB 2 0
110,757 110,757 000000000001ad808480173bbc8dbe56fbf0792bc1b496e304482db4e6d273bc 0.00 MB 3 0
110,756 110,756 000000000001a4f2feed1e9d2ab0f4d0bccb668d349d96a22552ab8f9bd4d9d7 0.00 MB 1 0
110,755 110,755 0000000000007a24504b25a51db52c28bfc7ad308f7b21454ca7efe35e3062a2 0.00 MB 7 646
110,754 110,754 00000000000055846cd4a4cb129926310fcab2907b96b04aba41bd252d7fde22 0.00 MB 5 969
110,753 110,753 000000000000c23fa021c27a92df934944a512e977996b54b7567aeb26f6932b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.