Memory Pool Memory Pool Refreshing

6,704 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,168 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (458,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,852 448,852 00000000000000000074e818012ae52a1c662e24ac3c1971d38617d87d8f23d8 1.00 MB 2,604 95
448,851 448,851 000000000000000001b93992c076ec02d1f1d223f39e4077583b8133a947febc 1.00 MB 2,856 68
448,850 448,850 00000000000000000003acf9cd33ca5083c98625a45490b0430f8fa0046f36f5 1.00 MB 2,470 94
448,849 448,849 000000000000000002446244e3a01ebfef6491bf0186459df9573859d9fe1ea2 1.00 MB 2,898 115
448,848 448,848 000000000000000002db33ed09c79c355a1dad2cea1ebca21bd83854eae749c3 1.00 MB 3,129 74
448,847 448,847 00000000000000000162feb8f98693be05b4d8cd140f34995f2b2d8f983de608 1.00 MB 2,700 92
448,846 448,846 000000000000000002246be20b881398aa2ff874d5de30ae5b8f8565180aa8ae 1.00 MB 2,420 76
448,845 448,845 0000000000000000030ef1ecc55d3e6404293c78e4c3f0dce824cda25abd6ccb 1.00 MB 2,290 90
448,844 448,844 0000000000000000013b1b371ac2c6af5b8fb74438dd458e03e49fe9187a651b 1.00 MB 2,701 105
448,843 448,843 000000000000000000e556fe9829c6a2980fee542b6fbaded6765d29495cbf04 1.00 MB 2,878 107
448,842 448,842 00000000000000000185b2e77a813e922b3a16bdf1edb27a272220a04c8ee08f 1.00 MB 2,641 82
448,841 448,841 0000000000000000019a220bb40041bd6b417139e5418037ea84771864225511 1.00 MB 1,659 75
448,840 448,840 0000000000000000025797bbc64481bf1fdd7ad8dcd710f26c836d2589bc9297 1.00 MB 2,458 85
448,839 448,839 0000000000000000002bd9fb93aef5387371a1f99440f36839b387bf6bca0282 1.00 MB 3,143 108
448,838 448,838 0000000000000000021ee23280eb5fea009170843c7615b070c76be03a72a4a0 1.00 MB 2,273 92
448,837 448,837 0000000000000000004008549c81d395bab994a85c13fe6178c748a3bc8890c7 1.00 MB 2,533 86
448,836 448,836 0000000000000000021cf37f3936255f519ce586dc83c8220a18107ffa3fdf45 1.00 MB 1,715 36
448,835 448,835 00000000000000000095dfd2a12b2662a45b4e42ab55e284273689bceb14c86e 1.00 MB 1,627 40
448,834 448,834 00000000000000000248ed73c655c08f1e1159db8dc0849327c8467e680435c9 1.00 MB 2,294 84
448,833 448,833 0000000000000000024746c574568c607e4be34c9dbe90d5486e97a8b63ab3ec 1.00 MB 2,017 57
448,832 448,832 000000000000000000b2af8ccf321e62fe41118b5ec970a94a7319a257331629 1.00 MB 2,430 69
Previous 10 blocks ↓
Total Size: 769.21 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.39 GB sent, 93.99 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.