Memory Pool Memory Pool Refreshing

2,017 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,754 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,017 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (12,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,263 895,263 000000000000000000013ce810de355eef64dba3b6ca2d294c0957634b445ae8 3.64 MB 600 1
895,262 895,262 000000000000000000000bafcdc746286649b77b8e87064e079c81a152d252fe 1.67 MB 2,560 3
895,261 895,261 0000000000000000000152f2594a402f32620f14d7f8561b86cf04947b314906 2.88 MB 1,631 1
895,260 895,260 00000000000000000000e36506f888169525fa62be8bf491448b09a902cdd361 0.87 MB 1,728 3
895,259 895,259 0000000000000000000135acdde242eac70bd4c6d81acb93d67b8ceca80a22a9 1.04 MB 1,606 1
895,258 895,258 000000000000000000024caaf7bbfee3bb9b3678ca023698885e918942808ca8 1.75 MB 1,923 2
895,257 895,257 000000000000000000005e595f174b613f90bbb423ca20716f3b4f0408fa8f7c 1.13 MB 829 1
895,256 895,256 0000000000000000000249df575a9ceda4b13a90ffd3d28f10fd4a14052d61bf 0.59 MB 385 1
895,255 895,255 00000000000000000001d14182abefb2bf45fd6abdf45c65c0d72ed11ff6ef7a 1.98 MB 1,096 1
895,254 895,254 00000000000000000001c1b578e92de36f569c28c3ca3c076b2db64460ae1740 2.63 MB 1,307 1
895,253 895,253 00000000000000000000ffe36384178cc3fae5e875185f1363fddc57ac22c788 1.66 MB 2,899 3
895,252 895,252 000000000000000000024c9079a9d21ba0df9e4167d12c7aa4f5066cb3576001 2.21 MB 678 1
895,251 895,251 000000000000000000009f82e1388b6345ccdf5c55fcfb5d45547c5b53f2232f 2.29 MB 1,776 1
895,250 895,250 0000000000000000000074d664711b36649c9ec64ffdeea3fa8121f4c509196f 1.73 MB 2,379 2
895,249 895,249 000000000000000000006d27e2b591ce986da62a5880bd79d364ef4fe1486428 3.33 MB 351 1
895,248 895,248 000000000000000000021562c1d0c675d957334a8e13311323a8cb6beebe6cab 3.37 MB 604 1
895,247 895,247 00000000000000000001d7e353a2c431f1be26d33f91e41e9ff714ebcffca308 1.84 MB 2,739 3
895,246 895,246 000000000000000000016f03c6d1d271aca2303d642c07504b4a49048eebce33 1.96 MB 1,512 2
895,245 895,245 0000000000000000000195746fc37c1f5bcdec34eb22ae03156a767c6dd9131d 1.81 MB 2,788 2
895,244 895,244 00000000000000000000ee1616772b47a7507b91cfa88ee49b22ee498eb3fa3b 1.52 MB 3,194 4
895,243 895,243 000000000000000000018bbffa76f4d8e8ead86144d7a28637f40a6b035d253e 2.41 MB 1,936 2
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.25 GB sent, 93.31 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.