Memory Pool Memory Pool Refreshing

470 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
901,180 000000000000000000023a040000000000000000000000000000000000000000 0.21 vMB 468 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,179 (92,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,220 808,220 00000000000000000000147deecffe39fdf5feaffc1410f1412ea928d97a2838 1.36 MB 2,374 24
808,219 808,219 0000000000000000000091d4c66d9f828efda9c628aa48945bf62477b90c1f07 1.84 MB 5,037 20
808,218 808,218 0000000000000000000134a3603cfddd8b751603e416093877f7bbe13a6f88ab 1.46 MB 2,408 20
808,217 808,217 00000000000000000000b65d803d6edea37df30bbf7b02440c43b546a132ffa2 2.18 MB 7,268 21
808,216 808,216 000000000000000000027b896aa2c04c17b61b027aa9392113487857ba853ac5 1.85 MB 5,293 21
808,215 808,215 00000000000000000001acd0753cfe392c9923d1277f0d84de8bba731be0cf16 1.79 MB 4,769 24
808,214 808,214 0000000000000000000150b8a963bbc7028d6cbdc89ec2d81f46d58c1cfb4544 1.68 MB 3,944 25
808,213 808,213 00000000000000000004808960dd6e3426833d54402b5057bf650a163b06f833 1.45 MB 2,052 24
808,212 808,212 00000000000000000003ac13a9eb25d849b06610adbf0b48ddbd1796082f2102 1.62 MB 3,861 20
808,211 808,211 00000000000000000000b44d2ed635e584ea9f7dcb867ccff00e1d7ca2b4c7e7 1.93 MB 5,574 20
808,210 808,210 00000000000000000001878ace60b64c941018dc9d44bd4b711799e03e5da871 1.96 MB 5,561 21
808,209 808,209 0000000000000000000232ce46c254141628466c17b72a0e12cb53a478120c41 1.81 MB 4,604 19
808,208 808,208 00000000000000000004e4b8515a921eec9841f5d764997491128ab00c77bf72 1.71 MB 4,211 20
808,207 808,207 00000000000000000002eb6d6d83953cb7446f73124eaf7b7ecd2de5f9f33856 2.00 MB 5,928 22
808,206 808,206 000000000000000000043288256609e06944903b16dd421a614048a41c9b5290 1.49 MB 2,621 25
808,205 808,205 00000000000000000001d1a07f32768f918d31cb32019a68728b3aa6f9d19d69 1.44 MB 2,141 27
808,204 808,204 00000000000000000004dc5e1918bd604ea6edbe7284896c8836228b8b0d4904 1.88 MB 5,351 19
808,203 808,203 00000000000000000001aab7d575dce4267ea6452f14c9864637b5d9f2ef9bf9 1.90 MB 5,113 20
808,202 808,202 000000000000000000040a9811a0895b4ca96b8070d1104d08bd90d2ffc1828e 2.02 MB 6,360 20
808,201 808,201 00000000000000000000a0680c560fa9bcc3cc9d7a6e182d485e741d3449beaf 1.85 MB 5,168 20
808,200 808,200 000000000000000000028a067676823dea8a07f4ff7562ea2235f45bd94c4b9a 1.78 MB 4,806 20
Previous 10 blocks ↓
Total Size: 757.91 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: 708.81 GB sent, 36.46 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.