Memory Pool Memory Pool Refreshing

2,884 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,006 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,745 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,005 (664,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
243,150 243,150 00000000000000a0146a075d7e78f3a07ef66e743f79cb18586b03aac240a21b 0.12 MB 258 150
243,149 243,149 00000000000000b0da478db4aa6df44796174231a57f2c6b0c0a4315b791fbb8 0.09 MB 243 168
243,148 243,148 00000000000000bc2cf133387cf40c1d75694994286a48eaf082d31b8218f1ef 0.08 MB 164 115
243,147 243,147 00000000000000a4b37b2d0ab26ac423e4a1d1af9c9ac3a0464dbc884e4ce4d0 0.16 MB 356 114
243,146 243,146 00000000000000cb1bb193c2faa72c2cb08f0d20f65408ef4573c59b9aa9c9c6 0.25 MB 607 181
243,145 243,145 000000000000007a3d7ccff09fbe0bb6eff6ff1081b258d60301c0b746cc2985 0.18 MB 336 128
243,144 243,144 0000000000000024afac22f32a652fd584d758c0c49311d451d2a96899931b45 0.00 MB 12 72
243,143 243,143 000000000000004536ff42b2c3a5d2d945f71bfae43401d817bf5703e7be1ea6 0.08 MB 153 132
243,142 243,142 000000000000004ae2024aac2c0f8c4f0dfd7ab4304e7636ee137f03926436f8 0.02 MB 26 28
243,141 243,141 00000000000000350a8f2d694ed1d654c2b3ff662f86c0fed86c30823ad51c22 0.08 MB 194 76
243,140 243,140 00000000000000921cad72dde0cf624efff881dfe8bf5c2c0528965f079249d3 0.25 MB 623 168
243,139 243,139 000000000000004b2d5b1675bf8b825b175d3263bb9fb5c6a68c1b7aeebf7b27 0.03 MB 35 33
243,138 243,138 0000000000000030afe937ee0645a368c5d2c8c9f972a287d88e7cfc65417ba6 0.15 MB 365 160
243,137 243,137 00000000000000a3d71a4f419dc977a924c4068f646564d903611b5f024923f9 0.25 MB 477 139
243,136 243,136 0000000000000039f60f4d827321b50c09e7ee2c6d5bc9ef57eb3b143a38bbf0 0.19 MB 488 145
243,135 243,135 00000000000000ce06f19cd404c5b427c3ea25f58f2091112e7a8288ee6336ee 0.25 MB 519 135
243,134 243,134 000000000000002ed4c90bb80f63f7e87bcb1b24d2a47705d9800350dfc5eb1c 0.08 MB 238 38
243,133 243,133 00000000000000abb28ae97bdd0de71826d9cc90fffbab3c110d9060c0077369 0.25 MB 681 163
243,132 243,132 000000000000006bd20cb6882e9a4953d39123a2671ea47e28ee9c9a3badca36 0.09 MB 235 118
243,131 243,131 000000000000003f5f8caa04f996073fd4a2bd9af0b113c1514971d797caf129 0.21 MB 470 104
243,130 243,130 00000000000000b865d0285207ceecbd556aba5e48964fa07b5a99026d497148 0.25 MB 593 119
Previous 10 blocks ↓
Total Size: 769.56 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,649.01 GB sent, 95.72 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.