Memory Pool Memory Pool Refreshing

847 transactions
18.60 vMB
Show Random Selection Loading Transactions
Max Size: 75/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,324 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 660 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (681,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,119 227,119 00000000000002ae0724763668555ebf89c31b6165e01e7fe565153fffcebe56 0.17 MB 385 159
227,118 227,118 000000000000017e6e65551488b5368081edef34a81a41fde8e81fb3cceb8049 0.02 MB 34 86
227,117 227,117 00000000000003189310cc0d100a33e19fc11d1031f5e221ef0bdbd5a7fc1ab2 0.15 MB 247 109
227,116 227,116 0000000000000269b3e3999a91dd8491b27e909f7ba3f404c44302a230a1b753 0.08 MB 163 114
227,115 227,115 0000000000000037467a9165505e63e299e42cd06dfb0438060a133482933f08 0.24 MB 412 328
227,114 227,114 00000000000001e8a69a43f3ae0aa0da6b1df0fddda7a18ed0db00ccb8648c76 0.15 MB 373 166
227,113 227,113 00000000000000ce2e62146de70a51cbaa921131b0bd34fa69e4e15a62803b71 0.15 MB 248 140
227,112 227,112 0000000000000200141c087c05f4ce9f799bf351fbb649dfdf85466dfd241f8f 0.17 MB 254 122
227,111 227,111 0000000000000317c456c18cbb4a4b34a581e235865638e422bd7a8328c74467 0.00 MB 8 0
227,110 227,110 000000000000000a24672008e84332e60765316fa0062ef60a2e1f6f97133839 0.02 MB 38 123
227,109 227,109 000000000000013f7076c93064924a7351c91dfc16592f27b97aa2ee73d4548b 0.02 MB 30 127
227,108 227,108 00000000000000f2ae56575bff6f65066562d2caccf75a1f2fb787b57485df26 0.02 MB 59 207
227,107 227,107 0000000000000150d316f1f916af084c9a35f7f0dd34d0f93fd42c8c634c6b53 0.09 MB 213 152
227,106 227,106 00000000000002707875859e72f3989a17ee17b6ea13d4939d5c18ecc47d41d8 0.24 MB 483 164
227,105 227,105 00000000000002cdbc3cad7f7d9212954295ccc8019bea37a703ef4b44ca12be 0.08 MB 192 179
227,104 227,104 0000000000000364d67d4a0f2b461ca8c977d8d4cee376113168cbd7a7e2f39b 0.13 MB 266 131
227,103 227,103 00000000000000ecb120be07f8b46e09e123fb22078aff04df6c2aa40d8f8852 0.18 MB 393 145
227,102 227,102 000000000000007a9e5cfce49e3e60e15e75ec1127b6171bec1408eb35cd26ee 0.00 MB 10 29
227,101 227,101 0000000000000011e3bea6c80dcc9191ecfd66b06a7dd3da8931503095d95707 0.05 MB 135 210
227,100 227,100 00000000000002797ed662d93172e599dd7b9248797e15024926fe85690076b6 0.03 MB 69 167
227,099 227,099 00000000000000bcbc79b7e6a6598722076e06937b06b2b998195bd99b763ade 0.13 MB 302 155
Previous 10 blocks ↓
Total Size: 770.25 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,701.14 GB sent, 98.65 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.