Memory Pool Memory Pool Refreshing

8,801 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,781 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (741,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,093 166,093 00000000000004e4f3e3d03560bbcccf859f22bbfacef9617e14762a859252cd 0.00 MB 5 1,394
166,092 166,092 0000000000000bdf5d158520987725f37692c76b4b0631560df41135f26f14cf 0.02 MB 41 168
166,091 166,091 0000000000000a3af6ffd789fbdc7cb98278c6f906811a0b358aee570ba857f0 0.00 MB 13 62
166,090 166,090 000000000000062909e3eb2a40bdf851d382502406897548a3205769b96ba183 0.02 MB 52 115
166,089 166,089 00000000000004b768427271f76a18a3e354cb2a92cdea47d1d42ace49ac9d51 0.02 MB 46 167
166,088 166,088 0000000000000ba9dde1f8d84ac12b1895491efe947ae040c7e8fe11bc1e1e34 0.01 MB 14 0
166,087 166,087 0000000000000b032f86a86c0e43c3df2e93c6b08a6834b88d9e91869a41e81f 0.03 MB 96 78
166,086 166,086 00000000000008bf41ec550f65ff5bd1fa34689dc366aaa4c6943a3b012c65f2 0.03 MB 51 53
166,085 166,085 00000000000004499580032d8a6527b2ac3401345ae9afd730e701fec4b45f6a 0.01 MB 26 109
166,084 166,084 00000000000005879bf126cdd435998d69661240a6442f0600913ff707e5f585 0.01 MB 26 218
166,083 166,083 000000000000061178728e53cba7d53b5f880fe1a7b7c604b6246f42600a5672 0.02 MB 49 73
166,082 166,082 00000000000001ce0b23e61d21cad72911b4da6622d180d43ed43a64b775144f 0.02 MB 30 134
166,081 166,081 00000000000004fc73e447e00edc8edd7f7ffaff4b346d2dc4e987728e1cd9eb 0.02 MB 40 157
166,080 166,080 00000000000004757658f52c603bd10127840252477a7dee409700d9aad4616d 0.03 MB 81 258
166,079 166,079 0000000000000819ef73dfa3c4a1a6d47bb636918a15f9c91ebb0e977ee415f2 0.03 MB 56 139
166,078 166,078 000000000000066560dc6c9487e7b9a2e01a1ef3790eeabe9c37c4c67f298f16 0.02 MB 74 224
166,077 166,077 00000000000007c2c8b335c85b97b77140281a0e2f27e7c7833d6596b784dbd3 0.00 MB 9 99
166,076 166,076 0000000000000390881e2b8abf34999fe5763d59033fbbf11123ae01c7cfb80e 0.01 MB 49 10
166,075 166,075 000000000000047b180d4e8aa804f36bb517eac1cda58cf2c5581c444e309914 0.02 MB 41 130
166,074 166,074 0000000000000a5e1d5a891723955856f38b019e4e5030f2560dd8f9c839013f 0.05 MB 156 90
166,073 166,073 00000000000001395cd349b5bffbb05fd8418b99a73faf3c467209d5e638a078 0.01 MB 39 85
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.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.