Memory Pool Memory Pool Refreshing

3,413 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (564,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,533 343,533 00000000000000000a9a0f6884bc3f22f275642ace29d03567339aae6b103a58 0.56 MB 618 16
343,532 343,532 00000000000000000368c4f473008bdb9dc5a2770050574e0b28f64594a11c6c 0.13 MB 261 23
343,531 343,531 000000000000000007416e538d86b5623cb3d3e0ce1cdb4ea99f7cc995f8db04 0.30 MB 406 19
343,530 343,530 0000000000000000007982292e59c29f2089527001385b7bf32ac703a457d160 0.28 MB 411 23
343,529 343,529 00000000000000001455720d22a9091679ee7997d7e81f90f6b986def4e28ee2 0.10 MB 60 5
343,528 343,528 000000000000000011642065c017236e7e4833c05eb3fd3790ace2c43e363449 0.44 MB 722 22
343,527 343,527 0000000000000000136de7125e7ffa9197aecec1a690c1d064e2d862138f5bf4 0.32 MB 396 15
343,526 343,526 00000000000000000048a1e21a274a50840d9e780a3639ae8b2ec9c70e63b82c 0.06 MB 59 9
343,525 343,525 00000000000000000d67c1996da78eb47ffb932774354f934167e4222d1943ac 0.61 MB 941 23
343,524 343,524 000000000000000000cf487497f99d61a4f3942e84bcb8e593476c18c47d1246 0.10 MB 86 18
343,523 343,523 000000000000000000801ae06481e17fecbbcf93aac54bb3dabd49e2941eaac6 0.50 MB 679 22
343,522 343,522 00000000000000000cbcbfe836bc78972ae2d027c257ddff6044af427d0e0dee 0.73 MB 807 17
343,521 343,521 000000000000000001982e0002a73e510fe265f367c713b019408901b7a75151 0.16 MB 256 24
343,520 343,520 00000000000000000a421770f51020da2c51a8a223ab0e576b3864b8805d703e 0.75 MB 1,206 29
343,519 343,519 00000000000000000bff1e3d872cc60ed8b0716ad0f2188389f85baf0d6de4d2 0.03 MB 47 19
343,518 343,518 00000000000000000ab2ff65280547a7f0154721df18258d84c290307c510b99 0.06 MB 21 2
343,517 343,517 00000000000000000522b2328cb14f97d58f38818a921bab8abc93f27b58a4ab 0.16 MB 200 14
343,516 343,516 000000000000000006b49789bd153751a74e0311125f2ceb03bd2e783e9d5a05 0.51 MB 629 21
343,515 343,515 0000000000000000137e585ce90895127562c5de0b020e67aef70d5a60de4742 0.07 MB 128 19
343,514 343,514 00000000000000000adcc1917aa6685f4a8326c6f073255b599382fdc65a137f 0.48 MB 831 21
343,513 343,513 000000000000000005c64e8f5d8defb3a1ec185757159607b03dad2657126df3 0.10 MB 150 20
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.