Memory Pool Memory Pool Refreshing

6,144 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (725,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,611 182,611 0000000000000694b9ca0ad4daa1f7dd804da6568f8706f436e0699a6973d43f 0.01 MB 21 8
182,610 182,610 00000000000008571855f7fed25bb13d65778d1ce324da937bed6a1733cf21c9 0.10 MB 210 123
182,609 182,609 00000000000009d894562d8e15d03090c00e1ee7484d7cf39de5fb945fcbdd02 0.10 MB 254 134
182,608 182,608 00000000000000633dd287b79c59757199f822bb76e0fca34c1cf0a7aeee9ec8 0.01 MB 31 49
182,607 182,607 000000000000095933b98af2e26c4e5f191758b1ba33c497fd242a8a05a76229 0.13 MB 276 131
182,606 182,606 00000000000002a5c0fafc80b180b8a731a1602ed8b6c469ffdb08fcc4c6d828 0.00 MB 9 44
182,605 182,605 0000000000000a0303790adeb08a498a78226b46583ad3441ba93a6eff420e00 0.00 MB 1 0
182,604 182,604 000000000000011692b9bf883dd54edc2190012c1bca20bcabc06f190b7b43ea 0.01 MB 30 177
182,603 182,603 000000000000005c50b924135f21cf2d1557e80804e1851e7eb21d52b21356fc 0.02 MB 69 3
182,602 182,602 000000000000040eec4c3b707122b6a2899ef9173b4af5722bf8328e79fd2c8c 0.00 MB 16 49
182,601 182,601 000000000000040472a214da94d21e47c03ec47943cc5e4fe55e6accb3b66c78 0.03 MB 57 107
182,600 182,600 00000000000007716d307b5c6d60b1b5b9f8d4d2b9c0a5b418a6e97e5f885ec9 0.11 MB 261 121
182,599 182,599 00000000000004c1fe290ed9137ea9e490d2572d3dfe9ab857f069357ffdd7b7 0.14 MB 309 102
182,598 182,598 0000000000000a082dd7feb2f967bd79479b15d289e2cc3bbb2585abae942c79 0.11 MB 256 152
182,597 182,597 00000000000002bd7cd2b00231cd62686d83a69d096afaca31f519dc783b2e19 0.05 MB 122 136
182,596 182,596 0000000000000131114d7083bc897e190b1102b6c94860bee11630d89fe3a763 0.05 MB 138 96
182,595 182,595 00000000000002755435d94a9cd0159d2e045790f512eb38c5175fe1b4092360 0.00 MB 9 0
182,594 182,594 00000000000002ffdab2c55d522f384ddd11f58d4ab5a81bf3d9112cae3cf3c1 0.09 MB 203 82
182,593 182,593 00000000000001add84dbecdb25c7d214fb1a198d158afc4a331a4e600408063 0.14 MB 346 135
182,592 182,592 000000000000027a56de51861e7cfa4db647695ed47859e7d59e1311a9299188 0.22 MB 512 139
182,591 182,591 000000000000001706513be540f6a11a2036a90f822ae2f773d8454202055a61 0.01 MB 45 439
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.