Memory Pool Memory Pool Refreshing

7,692 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,238 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (678,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,132 229,132 00000000000000c0c071dd4c5c34ef7bff40c074015ca39e7c21aa6a0c688aa8 0.19 MB 308 139
229,131 229,131 0000000000000205279cdcab9d30257ba2921f644ce1b1fad1f6ad3fce0a377b 0.17 MB 361 158
229,130 229,130 00000000000000bb2e6e219bff2d7425f37beea49cfd53810397cc323320ed1d 0.07 MB 171 175
229,129 229,129 000000000000019e4af2fe495315a06ba8b9b927d7921332a3b26986e4ca19df 0.15 MB 153 74
229,128 229,128 000000000000002e815d57cb1eee88cbb84e4fa495228305b548d03aaa8b8e18 0.15 MB 258 143
229,127 229,127 0000000000000075e9f51ec50f37bb802b463c84056b15af541ef04c8b3157b9 0.20 MB 398 157
229,126 229,126 00000000000000256ccdec559ea8268bd463b23af014daee95de23b705000d13 0.14 MB 324 186
229,125 229,125 000000000000006834fdcfdd1c2760ca3921282c4edff6966cfe6db4393d316f 0.17 MB 359 207
229,124 229,124 00000000000000f3dac92431b2262dbf4bcc2f7e6c1381c6a6fa492c7b1131c6 0.15 MB 156 79
229,123 229,123 0000000000000088dc2a1a11ea45e85e89190d70c389efdc5452be307e1fb008 0.24 MB 314 112
229,122 229,122 00000000000000898d791988d85f8a423673b7198a242086bf5f12caa5ae576b 0.25 MB 703 233
229,121 229,121 0000000000000112be248cfac121caac6b3bf90446088c8fe6fb6cdf3fa2b7bd 0.07 MB 184 104
229,120 229,120 00000000000001ba7d4152368d5df8ac99316e0e9e020ca0c22edbf8edbcc140 0.04 MB 103 153
229,119 229,119 000000000000025ccfb8da2a96474d0e1d01973d73a354b2c111760034ed76e2 0.19 MB 485 170
229,118 229,118 00000000000001dfd203ce61b15142c55131e81e6714d58b6a92238018a4bc02 0.15 MB 222 134
229,117 229,117 00000000000001bd63b37f995f0ef21183a9d519b12625312697fe47bd02f786 0.16 MB 395 197
229,116 229,116 000000000000007ae2b4fe6ecd8cc660423929559455e090fd90302f511679b0 0.15 MB 181 106
229,115 229,115 000000000000010e8fc68959337e10286f94a83fda5ddbafeb7f10d40ab4b9b9 0.05 MB 91 146
229,114 229,114 000000000000015890eda5becffd37642a79cd10fa4ae1269c285bafb89d5455 0.17 MB 395 152
229,113 229,113 00000000000001df9abedf2c8ae85266e847a53c4fe0c4970b65459dc18fe452 0.02 MB 51 189
229,112 229,112 000000000000011735abac52feb62b2474a08f0a7daefe6b0b3192ca7d3f8e07 0.01 MB 33 209
Previous 10 blocks ↓
Total Size: 769.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,635.12 GB sent, 94.17 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.