Memory Pool Memory Pool Refreshing

13,619 transactions
4.31 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (743,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,640 164,640 0000000000000379c8987a9ddaa56e1bb9c40fb4e0d30c917bc366cdbddb8f1e 0.01 MB 23 73
164,639 164,639 000000000000016137db0e6e28d3da22c230def5a7ee66c2f178c4803100ed6e 0.05 MB 116 7
164,638 164,638 00000000000005b24addcf1cf32ddec6e5c4b3d86e14315823da58657c3332e4 0.05 MB 128 157
164,637 164,637 00000000000004a0b2a8e0e4bd8a00d7bb04534af5ba1adf1c95491921664ec0 0.03 MB 76 42
164,636 164,636 00000000000003e601e0642e0852827341b61b09f556072bc2d976da7aa6239e 0.04 MB 101 46
164,635 164,635 00000000000004591d6a34145611eb6e96b2f2867231ec7107f849c1ad1dac08 0.01 MB 14 34
164,634 164,634 00000000000004224191c7280a8d330f0587bbfeb60773b7ba27915bd6938c54 0.00 MB 11 32
164,633 164,633 000000000000095db29aad913515efd0a5844ed2a5f3f8b4a50d7f9e67763d52 0.01 MB 12 55
164,632 164,632 000000000000018f6d63309bef8972ff605578fab57cf159d859730b8758db5f 0.00 MB 8 355
164,631 164,631 00000000000008946c481553080d20d7e7e56adf36b2ff517bc95447b3e40891 0.03 MB 81 191
164,630 164,630 0000000000000353ecf7e380809d449ea147c5d434aadb583b7bb134b66bfdc2 0.01 MB 27 174
164,629 164,629 00000000000006729d522b49c89ff42ade8bef2bdb9b823304b7f05ba7b52fb8 0.00 MB 10 0
164,628 164,628 000000000000036b7441b064600f3e1ca3f1d89c61dbc14f46f3ed147072ed02 0.02 MB 29 299
164,627 164,627 000000000000005b77ffec6647feba4b086ad4b777f11fc5be1768094f3be15f 0.00 MB 5 57
164,626 164,626 00000000000008c5221577f7fe2a4b18be7139f93a32544bf48c524603c0b448 0.01 MB 23 162
164,625 164,625 000000000000004a1318f8ef2e9872208a48739031392bddcdfb8843f4c83215 0.00 MB 9 605
164,624 164,624 0000000000000a2f9a99899d6916cbab4c615582868aa80bd150a40fda60fd39 0.02 MB 60 35
164,623 164,623 00000000000007e2da1abce90b25ff572f6e34c5a494b196157a73f5c6f8aaa8 0.02 MB 38 162
164,622 164,622 000000000000096240d38ee0b43781962c6a362780fb5d516474d9b3972463ac 0.02 MB 73 47
164,621 164,621 0000000000000a314645940f0ff48c2757d9c3bf35e18b91d6bf83e196618199 0.01 MB 24 0
164,620 164,620 0000000000000ba3fccc89c916c22d85a9747493eab45c818aeb3b72c84f6489 0.01 MB 11 55
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,622.91 GB sent, 92.96 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.