Memory Pool Memory Pool Refreshing

5,001 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (619,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,321 288,321 00000000000000004411d40a1d44cdb84908e04acb5f1219d033808c07280815 0.11 MB 166 17
288,320 288,320 0000000000000000aab852b255f13c8019028ed9058c16117fcddb5bdd971ec1 0.24 MB 107 14
288,319 288,319 00000000000000006414a31e72162d7664ff4466664d3f46d0c6d2180ca81112 0.35 MB 670 31
288,318 288,318 0000000000000000ee8ef244247dfb2436671805e0053c894f303b7bf0e04a99 0.35 MB 494 23
288,317 288,317 00000000000000006668775272a7bb59ada4a3b2f2ac1f4a59eb906604290028 0.35 MB 503 47
288,316 288,316 0000000000000001130f95459d9e6f52eacb172ecaa2da2aa0d13eeb951a0b7f 0.12 MB 231 36
288,315 288,315 0000000000000000cff2fc6afa77f94a0e9616121dc7c5be2276be6ef2b563f0 0.76 MB 937 24
288,314 288,314 00000000000000002b033dfebb8a7a4cedf5d793bddd95b526577ccdc2df9d04 0.35 MB 1,017 44
288,313 288,313 000000000000000047c5dc4d8d82fb2dd4b2b29206ae802e00086b4dfe2e84b8 0.06 MB 128 86
288,312 288,312 0000000000000000a49d3d303426b6a0a6da715c832f358a130723d5370850f5 0.01 MB 38 51
288,311 288,311 00000000000000000e1780073042618f87b8e155f5e53ff14821533ea6485b29 0.34 MB 667 37
288,310 288,310 0000000000000000fe0ddf735fdbc0c0e0070a31e1d8cc22874d7a373c0ec9fc 0.01 MB 29 33
288,309 288,309 0000000000000000f51064f9ef1c467b808634a6f71515530f20c4835f54d7cd 0.26 MB 449 31
288,308 288,308 0000000000000000f8471a5cb134ff64393af3fc1074140c367c5d7a769d917b 0.29 MB 314 22
288,307 288,307 0000000000000000a7c4cd424f7a48154f2e3a150916496b4de400c62d812941 0.14 MB 190 26
288,306 288,306 00000000000000001f606ff8f59fdf4bbea5c4044ed48966fa6a37a434640ad3 0.35 MB 493 29
288,305 288,305 00000000000000000d0713cbc1f42b6deb37a36279c43c145cc987bb31732534 0.11 MB 256 65
288,304 288,304 0000000000000001198504e596d9470ac75c96cbfd95edea4fa35cb8805b1539 0.25 MB 324 33
288,303 288,303 000000000000000010f53670b5c050eec99b6e8b469476755a8f6d8f98b328af 0.06 MB 79 30
288,302 288,302 00000000000000009cfccb4754e6c8c93e9e2b0a258e71d06ae730e1800283d6 0.36 MB 429 22
288,301 288,301 0000000000000000f5f123fdd152ae9ab2380053b7b0d3e0c303d0aca0c70afe 0.35 MB 671 39
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.