Memory Pool Memory Pool Refreshing

4,676 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (12,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,172 895,172 00000000000000000001893ff38eadd3a87a13cc244534020af102865f5a135c 1.60 MB 3,814 3
895,171 895,171 000000000000000000011876b1db283bf7a49a8f6ec28bd20b440239a605ecb9 3.87 MB 306 1
895,170 895,170 000000000000000000010b4ca7a4e785bea820b3aab0cf4d98b143a27d4d7bf4 3.73 MB 660 1
895,169 895,169 00000000000000000000814b374605e0b35733365cff68266c003de4042c31d5 2.02 MB 3,694 1
895,168 895,168 00000000000000000001d5dfcad0a5d79af900cbff455d2b6176cce6a2ac6707 1.58 MB 2,835 2
895,167 895,167 000000000000000000008fb8c6f8b51cbb5fc3ff53692cb9db83dc624c04345c 1.60 MB 3,487 3
895,166 895,166 0000000000000000000074c2a39771990fbda31934435dafe432dcd3f2a9bc96 1.98 MB 3,500 2
895,165 895,165 000000000000000000019ab4587f14d48fdda78208a8c39ff53d684209b4746b 1.55 MB 2,829 4
895,164 895,164 000000000000000000005cad210eab77b81a5fdb6f385b8d94de6dee5acf3182 1.65 MB 4,634 1
895,163 895,163 00000000000000000000d78d1c9d5bf71f69e35799b197e3b1401b908604c840 1.94 MB 3,716 3
895,162 895,162 000000000000000000007b7a29c8e268a62dd84225bb0077c98d2586e8b9eb5a 1.74 MB 3,313 3
895,161 895,161 000000000000000000002fb54621f110333b848f0f0420d7e32c5f40f47cd810 1.71 MB 4,344 1
895,160 895,160 000000000000000000001912d3a4e5baa6e2b5ff249e70974e99dab116e1b353 1.64 MB 3,236 2
895,159 895,159 0000000000000000000088e417035e36a49579c883709e7c56d58507bc6d7f55 1.51 MB 3,100 3
895,158 895,158 00000000000000000001913d9ac0130529a5bac952f9f0b61fb9472095d788d7 1.70 MB 3,967 2
895,157 895,157 000000000000000000004a33fe31b5fb7301e0b1b9827c4ec9ecd1bc00318f46 1.75 MB 3,594 11
895,156 895,156 00000000000000000000d35583fca56562a8ec7e953126172542bb16f9a30221 1.63 MB 2,665 6
895,155 895,155 00000000000000000001df4afdadeea0604f80400172007fddf0ee79d31eeb7d 1.63 MB 3,960 2
895,154 895,154 0000000000000000000145de7d70053fe9e4d1f736bdde3f0d4b76fe5475f60d 1.63 MB 4,432 2
895,153 895,153 00000000000000000001893fcaf25f455aa1028661d6dfbaae7b5b2611e79b33 1.79 MB 5,031 1
895,152 895,152 0000000000000000000168b26e0fcec574f82bad5af61b85651eb545bf6e2aa9 1.73 MB 4,453 3
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.