Memory Pool Memory Pool Refreshing

3,451 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.91 vMB 3,450 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (786,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,589 121,589 0000000000009542d58589bf712afee522caf8efbe568c8906cf28de35c5e396 0.00 MB 7 527
121,588 121,588 00000000000029bb4d5eac1602adc9cbd8dcbb00f0501f1fea3b21433a836d32 0.00 MB 4 0
121,587 121,587 00000000000057a90e662c766f1a90a4d86b70191953f6d5ed267859dfcd20bb 0.00 MB 3 0
121,586 121,586 00000000000004ec409d85d30474ef06aa078b021a6189c5f5115747537bad7d 0.00 MB 8 0
121,585 121,585 0000000000006c2c4fce031a25d66a62c4b2a8aecf5755211e0e73d3cd6ada92 0.01 MB 17 549
121,584 121,584 0000000000001b0ab05ee3f62d1fbc5f049de417f76d68f964e959c251699095 0.00 MB 6 0
121,583 121,583 000000000000913c04db05239ebd4ac44e9e1d84ed7ac4bffcfb94a224d1a6ed 0.01 MB 19 398
121,582 121,582 000000000000273230d2a015c18a21a762766ba821759e58b436dc7032488510 0.00 MB 10 0
121,581 121,581 0000000000002fe7030effd752ce5817a39ad16108de6e60ed0fa2ed9f6c0b0a 0.00 MB 10 1,089
121,580 121,580 0000000000000cb185292650e70c1be86b7f7d163a102081ceb77048753a61f2 0.00 MB 13 528
121,579 121,579 00000000000074d09507b1909e36d9de6b418f25dd2f7fc1b8979180720ff56d 0.00 MB 5 0
121,578 121,578 0000000000006a20c9719a38f71dd4088684e55fd34a50df5e34258aacb50cae 0.00 MB 5 717
121,577 121,577 0000000000008c94f5154d0c3ca83e284837af5b033ebf68085c3e20071381a3 0.00 MB 2 0
121,576 121,576 0000000000006ff8898a4c3d1426f656171639134c0ee68a94e639cef0d70ab4 0.00 MB 5 1,472
121,575 121,575 00000000000015fe27fc043d87346e007eeae865b5a0aaf269fe6aee3c059bca 0.00 MB 8 363
121,574 121,574 0000000000000bae777bf31a114b0b4ce5990c1691d92aaa0c3232e84146eee8 0.00 MB 9 332
121,573 121,573 0000000000001569bd60bd7862c9a0803812df11d58178b6cbe4b4fd12caf290 0.01 MB 19 674
121,572 121,572 0000000000007e6f259ae4fa35980fd579147fbefffd8f59fc2ba00de73ddf70 0.00 MB 2 0
121,571 121,571 00000000000021bbbc289ed151ee744b8147f384476101f2df384a3c940d39b8 0.00 MB 2 0
121,570 121,570 0000000000003704c6a273da9e4f722115195a528a56d362968723d905a159e6 0.00 MB 3 0
121,569 121,569 00000000000005c5e1cde49a2e2176dc58051eeb114c733c914cb38a3a0147ad 0.00 MB 7 896
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.