Memory Pool Memory Pool Refreshing

1,755 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,736 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (857,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,204 51,204 0000000012ddaec111844bbf92f239c9712e870a3215b8ea67fd36f4aa63f8df 0.00 MB 1 0
51,203 51,203 000000001c45d60f47834d69cdfe1a1583528d75f97c46fb3e02c7610ed31a26 0.00 MB 2 0
51,202 51,202 00000000179540c46be2adb9bf7b312fc74dd9c6cbb993197ab7bb7a4467bb3f 0.00 MB 1 0
51,201 51,201 000000000c4ede44a904220e66aa0e8b83915b784f75535c98b82746cbfe6b01 0.00 MB 1 0
51,200 51,200 00000000201fae857af713e52fa719e004a954e8c37dfc87b9b2b0096eff85c1 0.00 MB 1 0
51,199 51,199 000000001ef64177fc63b279b3b604ef6ccc4caa33fef15ef5565d311e739749 0.00 MB 1 0
51,198 51,198 00000000187bd1c39ec91dec9bb25c80b14b9085d256a99999c4bcf16078ea8a 0.00 MB 1 0
51,197 51,197 000000000429de4519f2120db26c26451a552662833ee80b866cf7b2153b8441 0.00 MB 1 0
51,196 51,196 0000000012880064f5a4429f113194f4f0a0301555a1196f0a80cbc3077fad85 0.00 MB 1 0
51,195 51,195 0000000002812401cc3dca3a9d5ff5102f1da22c70c1b23a03a2fe5acd5cf4e8 0.00 MB 1 0
51,194 51,194 00000000001d1594fee1d73fbbee411e6d969bb5b2e5c6caf2d886e68a911c79 0.00 MB 1 0
51,193 51,193 0000000001e0b067ba7a82044515baff2c4336a26ca72939e8407399d5e39a25 0.00 MB 1 0
51,192 51,192 0000000015cfff6dfbee2791775c080466042c117ea04944ff4abc7e519f74e1 0.00 MB 1 0
51,191 51,191 0000000018ba51dfa535865d6ac379d5943bbb456a536859e2d557033d56d6f5 0.00 MB 1 0
51,190 51,190 000000001c0045b55a0358b3f406f751f53b052c3cdc7a8d908a42e125b482ab 0.00 MB 1 0
51,189 51,189 00000000007dae70c1a46daadcf72def66c931585d5fffba3b7c1b4baac32b78 0.00 MB 1 0
51,188 51,188 00000000083749195be394f43770e3d0047ecf9bf0ce0a8c1abfee1fa3584665 0.00 MB 1 0
51,187 51,187 0000000000ac74d5b8a160e509b01cc9bd85dc1727f9e12702bcad5b78e5d779 0.00 MB 2 0
51,186 51,186 00000000017c51a7f3331bff44afbf92a77456f9217da7d76395eb5139b3334d 0.00 MB 1 0
51,185 51,185 000000000881bcbbdc494300dc08237e6cc85b73f9cb47f2d89c3e4ca3abbcc5 0.00 MB 1 0
51,184 51,184 00000000021d0ff1ca91a61897585762a3b9d3ac1f687cb21a8dcb44549d9bec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.