Memory Pool Memory Pool Refreshing

4,293 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,007 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (718,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,879 188,879 000000000000034007133e062e5b864f16f5d43027c697eeefa8a44b92cc1c0f 0.04 MB 117 68
188,878 188,878 00000000000006e0b3bbd9b67ee285916502d08890837043aa997c9bc9673db0 0.00 MB 10 0
188,877 188,877 00000000000004463386a43fdae88726733cd8792eaccdd19ceb53ee61b8a82d 0.03 MB 32 88
188,876 188,876 000000000000036ba60d1b68067156a71c508e8a746da7a5c16c48ffbca7fd43 0.07 MB 145 94
188,875 188,875 00000000000006b1dd7f2373f3bf23eb7b5860e17b96a16ffa3757993cffe7e5 0.01 MB 38 8
188,874 188,874 000000000000069f62d86df426a1a0b3718a89515bc9195c6a70e4d126adc7d1 0.13 MB 264 131
188,873 188,873 0000000000000388a496adbf0ee6676c677b5e78881a9bbf3e633f6057c514e6 0.03 MB 78 62
188,872 188,872 00000000000004745d8592db7a67fae88bcfafbcd8616544ce4e4e8b432f3413 0.02 MB 64 204
188,871 188,871 00000000000001034665d4a48523927aae264f9eca2452c27a4188e4cde36893 0.02 MB 26 71
188,870 188,870 000000000000068cbad57181b2d9038091877feb057ba54ed6806d9c266594a0 0.03 MB 84 174
188,869 188,869 00000000000007571fd2a9de051946b4f60f71181129bc1de29b5a5f50785b87 0.05 MB 72 103
188,868 188,868 00000000000007b869840ae1e783d9b288fe6bf21bfe6d2f3e66ce71a7674e4e 0.01 MB 28 65
188,867 188,867 00000000000000f3587bb724900978bef3611a45f0068f7e1fa77eda1d492619 0.02 MB 42 80
188,866 188,866 000000000000030385d0032d59004b520d49f7934f01b19d8294c344a0a1286c 0.12 MB 315 79
188,865 188,865 00000000000002361d194d27aefc126480fdf5ad902281e85ffe77d2f60ec44e 0.00 MB 12 318
188,864 188,864 0000000000000925c1b451e0c9711770b3cea7b98c210aad0e218405bcf4ad8b 0.02 MB 38 48
188,863 188,863 00000000000007c089b9a68ae1930421e0ed728245ccb377b41a92f2de1e9e5f 0.02 MB 41 64
188,862 188,862 0000000000000980b842cd71f6e04bd1b83890f56b4aba3abff909a18ace878f 0.04 MB 86 90
188,861 188,861 00000000000002441426267a6f033963a082d98d9b076b3db044ff3cc85ff6c2 0.00 MB 12 24
188,860 188,860 000000000000063c485922fbe315eae5419fe2ed304f1f645df41012c5e1d34c 0.02 MB 67 26
188,859 188,859 0000000000000536134051809865940bed8b49f8acb28a3907d1fec8e0568fda 0.15 MB 297 107
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.