Memory Pool Memory Pool Refreshing

4,254 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,487 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (743,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,754 163,754 0000000000000675bcf9aeb26ccc10fc65516e1c2e5ffb1d80c1c94452ff9097 0.05 MB 157 89
163,753 163,753 00000000000008f1c407e0df042cdefe7005e9edf3fa77038460796a4b14c81e 0.05 MB 81 42
163,752 163,752 0000000000000c82f1a4bdd65257bd92fb564851e2cc99402193e030c6923886 0.03 MB 77 69
163,751 163,751 0000000000000b405a208ed85e1e623606dfa2a1904eebb100a61a38752dd944 0.02 MB 36 101
163,750 163,750 00000000000001b5c8029922c4ca31a0fe93a0402d1623655f7453b19adbe820 0.01 MB 27 85
163,749 163,749 0000000000000c636d16d2979f442a8577f255757289ed07383deafe54ae6abe 0.05 MB 115 1,000
163,748 163,748 00000000000004ef587cf5af942d12b99528571231eb403875946b78d3563e37 0.04 MB 120 129
163,747 163,747 00000000000004259d319bb0895355b87b1b2e83c8785b4cd04c59a8b30b8109 0.01 MB 29 171
163,746 163,746 0000000000000c1196cba8cc0b333f63f79c8a3636ebac44bd1ee09af8cd43b0 0.00 MB 11 17
163,745 163,745 0000000000000a15b3166e21d2f39b36c7d5c2683d3dc58a4a11d871dbcd1ef1 0.02 MB 68 89
163,744 163,744 0000000000000c7a419d4fc365f418ea7e2cc60536fa47e85bb4ee2bbbd1e005 0.05 MB 112 112
163,743 163,743 00000000000005a19823e57f89b16082e8233fb1a81c357b6bceda4045b60773 0.04 MB 88 73
163,742 163,742 00000000000001e6fc8d9c1c8cdb573f3377ea678cbf39ddb7213721fbbf6136 0.03 MB 89 124
163,741 163,741 0000000000000b6c89a0816dc1f34a3dc026b9bb0fda7207a22900bec0a5f7ae 0.05 MB 122 66
163,740 163,740 0000000000000446da29e22778d928745babfbe518402ecd53d088f0beb540ea 0.10 MB 198 126
163,739 163,739 0000000000000bb75974a5faeefc72b6855739ac0047d0d1b1d4e4cd0b1a5049 0.03 MB 82 504
163,738 163,738 00000000000005ec7461ca7d00b13ebf3b001d79d0d8e64a261c1c17e2958d3a 0.01 MB 12 893
163,737 163,737 00000000000001c5fe24372a5c9786402d5f0e7653f4b89a4ce4a96da0980aff 0.00 MB 13 22
163,736 163,736 00000000000003b07ea2e60631c77e20f9f968408002fe82aa60e9fe8fc0850c 0.03 MB 101 86
163,735 163,735 00000000000006f1b87e4c94367ad5a3ea006e51be8ebc021589b09c8812744b 0.01 MB 6 360
163,734 163,734 000000000000080ae95fe19cb76f14fada1154d1ee06829cc21e42a4509fb9e3 0.00 MB 2 193
Previous 10 blocks ↓
Total Size: 769.01 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,617.24 GB sent, 92.87 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.