Memory Pool Memory Pool Refreshing

897 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,902 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 897 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (745,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,211 162,211 0000000000000790a8e4d22b75e8a580055caabd2f8975e9c345d0e38a1a858f 0.03 MB 66 233
162,210 162,210 0000000000000447c0ec852b33eb7dd26782f7fd255ba0986f8f5843099fbe18 0.00 MB 15 276
162,209 162,209 00000000000002a566b7ad7dd74f0f8be08acac6140899e47f01cf929a5d5b93 0.02 MB 40 1,125
162,208 162,208 00000000000004a85b0ccb1fd89e206368eeb5615c47ccde19ecd09623d3e081 0.03 MB 73 516
162,207 162,207 00000000000003385853b24f5413d31a7b77600a0a6549a3cadedd3dea7f78a4 0.07 MB 105 63
162,206 162,206 0000000000000cdb77c0dc85d9cdbd476ffb8c5e10dc68c28314fa07f302d7cc 0.01 MB 21 709
162,205 162,205 000000000000029d7b6fb9440f028fe87637c3f18406d99db3a52e5fd4b42ef2 0.01 MB 28 43
162,204 162,204 00000000000008c6909f4f5789ad202f722c2e9f630e4fa5a5d93d322c3a19e7 0.01 MB 29 0
162,203 162,203 0000000000000995dabe5e107385ec2d89a0f670c32c7850f10d08f73aa05901 0.05 MB 110 251
162,202 162,202 0000000000000865466e337844df661db0383d97cb28656380e65f0d49072b3c 0.05 MB 105 132
162,201 162,201 0000000000000a6d004e051b0a6c4b5d66544fb6a786c175bd37ca228d8a9849 0.01 MB 40 0
162,200 162,200 0000000000000371e3832d4dac14040a2d11d9760cc5f1dfe62cf4453b31ba86 0.02 MB 47 114
162,199 162,199 00000000000002eeda5d33d7e0b73163959d7d3a62d67c3defa283a42f9fd4ce 0.03 MB 45 277
162,198 162,198 0000000000000b266695f8dab7c731000c67dc42a59785ebde148ff24353381e 0.03 MB 38 80
162,197 162,197 0000000000000a10afe485c0990fc05141caf708ace77d9139b02ba189a69253 0.00 MB 1 0
162,196 162,196 00000000000000db1c78630fd4c6bebe71712d4164face1315fcc9fc0bc34558 0.05 MB 138 111
162,195 162,195 00000000000006199d36f09dbf6e742b2eb36dcf82e95b8bcc19e9bf9645a420 0.02 MB 59 144
162,194 162,194 00000000000000c9c9311b2bc5dcd1fdf6ac004de16573901602e89c0f23cccd 0.02 MB 41 179
162,193 162,193 00000000000001400df74af2db424a053995683d3bd2cf00df715e40f7b491b5 0.02 MB 58 0
162,192 162,192 0000000000000d617dd13dc213d575d0647e9df9d8c552e30fe64d31c1c10b97 0.02 MB 45 122
162,191 162,191 0000000000000217c7cb7d9880449bf2a9d198251bac0dca1c9b5e6485581a27 0.05 MB 129 164
Previous 10 blocks ↓
Total Size: 769.36 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,643.67 GB sent, 94.73 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.